cyberia.club
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
forest 4492867784
Fix homeserver URL
4 months ago
site Fix homeserver URL 4 months ago
.gitignore ignore vscode 5 months ago
LICENSE In the beginning there was darkness 3 years ago
README minor updates 3 years ago
cronjob change store place 3 years ago
cyberia.css update donate page 1 year ago
make Merge pull request 'dec2021 blaog' (#1) from dec2021 into main 1 year ago

README

Website for Cyberia.

https://cyberia.club

to build the site, try ./make ;0

to install it on a webserver, do something like

-> mkdir -p /var/www/cyberia.club
-> git clone https://git.cyberia.club/services/website \
   /var/www/cyberia.club
-> echo '* * * * * root /var/www/cyberia.club/cronjob' > \
   /etc/cron.d/website-sync