Adgang
- Åbn din browser og gå til:
https://<SERVER_IP>/index.php/setup - Følg webinstallationsprogrammet for at afslutte opsætningen
Sikkerhed (VIGTIG)
Udskift ledningen efter den indledende 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
Akkreditiver
Gemt i: /root/.invoiceplane-credentials
Udsigt:
cat /root/.invoiceplane-credentials
Indeholder:
- Databasenavn, bruger, adgangskode
- MariaDB root adgangskode
- Ansøgnings-URL
Vigtige filer og mapper
- Installationsmappe:
/var/www/invoiceplane - Hovedkonfiguration:
/var/www/invoiceplane/ipconfig.php - Nginx-config:
/etc/nginx/sites-available/invoiceplane.conf - Legitimationsfil:
/root/.invoiceplane-credentials
Service-håndtering
# 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