Compare commits

...

2 commits

5 changed files with 6 additions and 5 deletions

View file

@ -9,6 +9,7 @@ nala install -y \
curl \
unzip \
ffmpeg \
systemctl \
wget \
# Install admin-sys utilities

View file

@ -1,6 +1,6 @@
# Setup caddy config
mkdir -p /etc/caddy
cp -R ./caddy/* /etc/caddy
cp ./caddy/caddy/* /etc/caddy
# Setup caddy service
cp ./caddy/systemd/caddy.service /etc/systemd/system

View file

@ -1,9 +1,9 @@
# Setup forgejo config
cp ./forgejo/* /etc/forgejo
cp ./forgejo/forgejo/* /etc/forgejo
chown -R root:forgejo /etc/forgejo && chmod -R 540 /etc/forgejo
# Setup forgejo service
cp ./systemd/forgejo.service /etc/systemd/system
cp ./forgejo/systemd/forgejo.service /etc/systemd/system
# Start forgejo
systemctl deamon-reload

View file

@ -1,2 +1,2 @@
iptables -F
source ./iptables/rules.sh
source ./iptables/iptables/rules.sh

View file

@ -1 +1 @@
cp ./sshd_config /etc/ssh/sshd_config
cp ./sshd/sshd_config /etc/ssh/sshd_config