Toegang
- Open je browser en bezoek:
https://<SERVER_IP>/index.php/setup - Volg het webinstallatieprogramma om de installatie te voltooien
Beveiliging (BELANGRIJK)
Vervang de lijn na de eerste installatie DISABLE_SETUP=false met DISABLE_SETUP=true in /var/www/invoiceplane/ipconfig.php om ongeautoriseerde toegang tot de instellingenpagina te voorkomen.
sed -i 's/DISABLE_SETUP=false/DISABLE_SETUP=true/g' /var/www/invoiceplane/ipconfig.php
Referenties
Opgeslagen in: /root/.invoiceplane-credentials
Weergave:
cat /root/.invoiceplane-credentials
Bevat:
- Databasenaam, gebruiker, wachtwoord
- MariaDB-rootwachtwoord
- Applicatie-URL
Belangrijke bestanden en mappen
- Installatiemap:
/var/www/invoiceplane - Hoofdconfiguratie:
/var/www/invoiceplane/ipconfig.php - Nginx-config:
/etc/nginx/sites-available/invoiceplane.conf - Referentiebestand:
/root/.invoiceplane-credentials
Servicebeheer
# 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