This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:castopod [2026/05/29 22:10] – oemb1905 | computing:castopod [2026/05/29 23:21] (current) – oemb1905 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ------------------------------------------- | ------------------------------------------- | ||
| - | This tutorial is for Debian users wanting to set up a production-ready Castopod instance. Make sure you have a [[wiki.haacksnetworking.org/ | + | This tutorial is for Debian users wanting to set up a production-ready Castopod instance. Make sure you have a [[https://wiki.haacksnetworking.org/ |
| < | < | ||
| Line 24: | Line 24: | ||
| sudo chown -R www-data: | sudo chown -R www-data: | ||
| sudo chmod -R 755 / | sudo chmod -R 755 / | ||
| + | sudo chown -R www-data: | ||
| + | sudo chmod -R 775 / | ||
| sudo apache2ctl configtest | sudo apache2ctl configtest | ||
| sudo systemctl restart apache2 php8.4-fpm | sudo systemctl restart apache2 php8.4-fpm | ||
| Line 116: | Line 118: | ||
| email.fromName=" | email.fromName=" | ||
| email.protocol=" | email.protocol=" | ||
| + | </ | ||
| + | |||
| + | Regular cron maintenance is as follows: | ||
| + | |||
| + | < | ||
| + | #castopod spark | ||
| + | * * * * * / | ||
| + | #casto cleanup | ||
| + | 0 3 * * * find / | ||
| + | 0 3 * * * find / | ||
| </ | </ | ||
| Once you have configured everything, visit '' | Once you have configured everything, visit '' | ||
| - | --- // | + | --- // |