Adgang
- Åbn din browser og gå til:
https://<SERVER_IP>/index.php/setup - Følg webinstalleren for at færdiggøre opsætningen
Sikkerhed (VIGTIG)
Erstat linjen efter den første opsætning DISABLE_SETUP=false med DISABLE_SETUP=true in /var/www/invoiceplane/ipconfig.php for at forhindre uautoriseret adgang til opsætningssiden.
sed -i 's/DISABLE_SETUP=false/DISABLE_SETUP=true/g' /var/www/invoiceplane/ipconfig.php
Legitimationsoplysninger
Lagret i: /root/.invoiceplane-credentials
Visning:
cat /root/.invoiceplane-credentials
Indeholder:
- Databasenavn, bruger, adgangskode
- MariaDB root-adgangskode
- Applikations-URL
Vigtige filer og mapper
- Installationsmappe:
/var/www/invoiceplane - Hovedkonfiguration:
/var/www/invoiceplane/ipconfig.php - Nginx-konfiguration:
/etc/nginx/sites-available/invoiceplane.conf - Loginoplysninger-fil:
/root/.invoiceplane-credentials
Servicestyrring
# Check services
systemctl status nginx
systemctl status mariadb
systemctl status php8.3-fpm
# Restart services
systemctl restart nginx
systemctl restart mariadb
systemctl restart php8.3-fpm