Access
- Buka browser Anda dan kunjungi:
https://<SERVER_IP>/index.php/setup - Ikuti web installer untuk menyelesaikan pengaturan
Security (IMPORTANT)
Setelah pengaturan awal, ganti baris DISABLE_SETUP=false with DISABLE_SETUP=true in /var/www/invoiceplane/ipconfig.php untuk mencegah akses tidak sah ke halaman pengaturan.
sed -i 's/DISABLE_SETUP=false/DISABLE_SETUP=true/g' /var/www/invoiceplane/ipconfig.php
Credentials
Stored in: /root/.invoiceplane-credentials
View:
cat /root/.invoiceplane-credentials
Contains:
- Nama database, pengguna, kata sandi
- Kata sandi root MariaDB
- Application URL
File dan Direktori Penting
- Install directory:
/var/www/invoiceplane - Main config:
/var/www/invoiceplane/ipconfig.php - Nginx config:
/etc/nginx/sites-available/invoiceplane.conf - Credentials file:
/root/.invoiceplane-credentials
Service Management
# 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