Compare commits

..

3 Commits

Author SHA1 Message Date
gru
26b0382e1f Update README.md 2026-02-02 09:29:03 +01:00
gru
61c3968d95 Update templates/index.html 2026-02-02 09:28:32 +01:00
gru
3580fd34f2 Update README.md 2026-02-02 09:28:02 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ cd /opt/pve-ha-web
Clone the repository (includes `app.py`, `templates/`, `static/`, `requirements.txt`). Clone the repository (includes `app.py`, `templates/`, `static/`, `requirements.txt`).
```bash ```bash
git clone https://gitea.linuxiarz.pl/gru/pve-ha-web.git . git clone https://git.linuxiarz.pl/gru/pve-ha-web.git .
``` ```
> **Note:** The trailing `.` clones directly into `/opt/pve-ha-web` instead of a nested subfolder. > **Note:** The trailing `.` clones directly into `/opt/pve-ha-web` instead of a nested subfolder.
@@ -157,4 +157,4 @@ rm -rf /opt/pve-ha-web
## Project ## Project
- Author: **linuxiarz.pl** - Author: **linuxiarz.pl**
- Source: <https://gitea.linuxiarz.pl/gru/pve-ha-web> - Source: <https://git.linuxiarz.pl/gru/pve-ha-web>

View File

@@ -331,8 +331,8 @@
<div> <div>
<strong>linuxiarz.pl</strong> <strong>linuxiarz.pl</strong>
&nbsp;|&nbsp; &nbsp;|&nbsp;
Source code: <a href="https://gitea.linuxiarz.pl/gru/pve-ha-web" target="_blank" Source code: <a href="https://git.linuxiarz.pl/gru/pve-ha-web" target="_blank"
rel="noopener">gitea.linuxiarz.pl/gru/pve-ha-web</a> rel="noopener">git.linuxiarz.pl/gru/pve-ha-web</a>
</div> </div>
</div> </div>
</footer> </footer>