InvoicePlane

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

アクセス

  1. ブラウザを開いて、次のURLにアクセスしてください: 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 in /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

申請内容