Grande réorganisation et renommage au niveau du Gitea, d'autres

modifications à venir.
This commit is contained in:
Guillaume Emorine
2024-11-14 15:22:34 +01:00
parent d0a6791cad
commit 745f7a8537
184 changed files with 441 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
Copy to /etc/systemd/system.
C'est un service systemd pour automatiser la NAT.

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Running nat.sh script on startup thanks to a systemd unit.
[Service]
Type=oneshot
ExecStart=/bin/bash /root/nat.sh
[Install]
WantedBy=multi-user.target