InvoicePlane

An open source application for managing your invoices, clients and payments.

Доступ

  1. Откройте браузер и перейдите по адресу: https://<SERVER_IP>/index.php/setup
  2. Follow the web installer to finish setup

Security (IMPORTANT)

After the initial setup, replace the line DISABLE_SETUP=false с DISABLE_SETUP=true в /var/www/invoiceplane/ipconfig.php to prevent unauthorized access to the setup page.

sed -i 's/DISABLE_SETUP=false/DISABLE_SETUP=true/g' /var/www/invoiceplane/ipconfig.php

Удостоверения

Хранится в: /root/.invoiceplane-credentials

View:

cat /root/.invoiceplane-credentials

Contains:

  • Database name, user, password
  • MariaDB root password
  • Application URL

Важные файлы и каталоги

  • Каталог установки: /var/www/invoiceplane
  • Main config: /var/www/invoiceplane/ipconfig.php
  • Конфигурация Nginx: /etc/nginx/sites-available/invoiceplane.conf
  • Файл учетных данных: /root/.invoiceplane-credentials

Управление услугами

# 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

Детали заявки