Skip to content

Commit 18221d1

Browse files
authored
Merge branch 'master' into feat/queue-setup
2 parents 39f26ae + 5f74b60 commit 18221d1

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
1-
# [0.1.0-alpha.13](https://github.com/raghavyuva/nixopus/compare/v0.1.0-alpha.12...v0.1.0-alpha.13) (2025-08-09)
1+
# [0.1.0-alpha.13](https://github.com/raghavyuva/nixopus/compare/v0.1.0-alpha.12...v0.1.0-alpha.13) (2025-08-19)
22

33

44
### Bug Fixes
55

6+
* ([#325](https://github.com/raghavyuva/nixopus/issues/325)) typography showing borders for h2 tags and remove domains as the title from the domain page ([bfc7c6e](https://github.com/raghavyuva/nixopus/commit/bfc7c6e1f24e89c990696d1c6bef9dbcdac292cc))
7+
* **build:** mount repo root and set work/cli to include helpers/config.prod.yaml ([#330](https://github.com/raghavyuva/nixopus/issues/330)) ([ed2f63f](https://github.com/raghavyuva/nixopus/commit/ed2f63f4b321464b1fd633ed4351385a0d4845cc))
8+
* **ci:** add wrapper venv for python cli as release version ([#333](https://github.com/raghavyuva/nixopus/issues/333)) ([f14b42a](https://github.com/raghavyuva/nixopus/commit/f14b42aea1e575fcb29781c782100031c1ec1c08))
9+
* **ci:** fix PyInstaller build and run PR builds ([#331](https://github.com/raghavyuva/nixopus/issues/331)) ([130b920](https://github.com/raghavyuva/nixopus/commit/130b92058681148af3e6f56189bee1622f9b9ecc))
10+
* deployment edit page showing duplicate form fields ([5c07f68](https://github.com/raghavyuva/nixopus/commit/5c07f6816493e0ce049722667de0d5f4e72d64ba))
11+
* login with ip address deployments ([da08719](https://github.com/raghavyuva/nixopus/commit/da08719306bb821bbbc5999c6328de0833c1b575))
12+
* resolve vitepress build by modifying copy button to avoid invalid vue attribute quoting ([#345](https://github.com/raghavyuva/nixopus/issues/345)) ([250a967](https://github.com/raghavyuva/nixopus/commit/250a967b3b50ca795a3ed49d75228046a15bb5f9))
13+
* support older glibc versions ([#338](https://github.com/raghavyuva/nixopus/issues/338)) ([ac17507](https://github.com/raghavyuva/nixopus/commit/ac1750753c9be90eb2c74205edc9d8f67e41d1d0))
14+
* syntax issue extra braces removed ([dbe1f7a](https://github.com/raghavyuva/nixopus/commit/dbe1f7abe1100cd525e1522bb703806420eafe3d))
615
* update release cli workflow ([38075dd](https://github.com/raghavyuva/nixopus/commit/38075dd853281eb3954964a6d25f01fd160c7686))
16+
* websocket connection issues in production ([f7a649a](https://github.com/raghavyuva/nixopus/commit/f7a649af57a44fe1d8b6c88d44b0c71ac77ca7d9))
17+
18+
19+
### Features
20+
21+
* add fetching branches for repository during self hosting ([#332](https://github.com/raghavyuva/nixopus/issues/332)) ([c480e8b](https://github.com/raghavyuva/nixopus/commit/c480e8be26563ba14babc7d3f712688e22c1ea94))
22+
* add multi stepper form for deployment form ([#327](https://github.com/raghavyuva/nixopus/issues/327)) ([1a161e3](https://github.com/raghavyuva/nixopus/commit/1a161e33189de631b5549f6f807bfbfe45faf426))
23+
* merge install scripts, improve theme handling, and enhance container UI ([#328](https://github.com/raghavyuva/nixopus/issues/328)) ([8310aa8](https://github.com/raghavyuva/nixopus/commit/8310aa8fc0fffa0a9410cf6f0b2624d46cfd5b01))
724

825

926

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This section will help you set up Nixopus on your VPS quickly.
8181
First, install the Nixopus CLI tool:
8282

8383
```bash
84-
curl -sSL https://raw.githubusercontent.com/raghavyuva/nixopus/refs/heads/master/scripts/install-cli.sh | sudo bash
84+
curl -sSL https://raw.githubusercontent.com/raghavyuva/nixopus/refs/heads/master/scripts/install.sh | sudo bash
8585
```
8686

8787
### Self Host Nixopus on your VPS

docs/cli/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python3 --version
1919
Download and install the pre-built binary for your platform:
2020

2121
```bash
22-
sudo bash -c "$(curl -sSL https://raw.githubusercontent.com/raghavyuva/nixopus/refs/heads/master/scripts/install-cli.sh)"
22+
sudo bash -c "$(curl -sSL https://raw.githubusercontent.com/raghavyuva/nixopus/refs/heads/master/scripts/install.sh)"
2323
```
2424

2525
**Install script options:**

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ hero:
99
<div style="display: flex; justify-content: center; align-items: center; margin: 1.5em 0;">
1010
<div style="position: relative; display: inline-flex; align-items: center; background: rgba(0,0,0,0.18); border-radius: 12px; border: 1px solid #a78bfa; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.15); min-width: 400px; max-width: 90vw;">
1111
<div style="flex: 1; padding: 1.2em 1.5em; font-family: 'Fira Code', 'Monaco', 'Consolas', monospace; font-size: 1.05em; color: #fff; background: rgba(0,0,0,0.18); overflow-x: auto; white-space: nowrap; max-width: 600px;">
12-
sudo bash -c "$(curl -sSL https://raw.githubusercontent.com/raghavyuva/nixopus/refs/heads/master/scripts/install-cli.sh)"
12+
sudo bash -c "$(curl -sSL https://raw.githubusercontent.com/raghavyuva/nixopus/refs/heads/master/scripts/install.sh)"
1313
</div>
14-
<button onclick="navigator.clipboard.writeText('sudo bash -c "$(curl -sSL https://raw.githubusercontent.com/raghavyuva/nixopus/refs/heads/master/scripts/install-cli.sh)"'); this.innerText='Copied!'; setTimeout(()=>this.innerText='Copy',1200);" style="color: #fff; border: none; padding: 1.2em 1.5em; font-weight: 600; font-size: 0.9em; cursor: pointer; transition: all 0.2s; outline: none; border-left: 1px solid #a78bfa; min-width: 80px; display: flex; align-items: center; justify-content: center;">Copy</button>
14+
<button onclick="navigator.clipboard.writeText(this.previousElementSibling.textContent.trim()); this.innerText='Copied!'; setTimeout(()=>this.innerText='Copy',1200);" style="color: #fff; border: none; padding: 1.2em 1.5em; font-weight: 600; font-size: 0.9em; cursor: pointer; transition: all 0.2s; outline: none; border-left: 1px solid #a78bfa; min-width: 80px; display: flex; align-items: center; justify-content: center;">Copy</button>
1515
</div>
1616
</div>
1717
<SponsorsMarquee />

docs/install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Welcome to the Nixopus installation guide. This section will help you set up Nix
1414
First, install the Nixopus CLI tool:
1515

1616
```bash
17-
sudo bash -c "$(curl -sSL https://raw.githubusercontent.com/raghavyuva/nixopus/refs/heads/master/scripts/install-cli.sh)"
17+
sudo bash -c "$(curl -sSL https://raw.githubusercontent.com/raghavyuva/nixopus/refs/heads/master/scripts/install.sh)"
1818
```
1919

2020
### Step 2: Install Nixopus on your VPS

0 commit comments

Comments
 (0)