[GH-ISSUE #3251] Firefly III LXC - Install data-importer option #662

Closed
opened 2026-02-26 12:46:14 +03:00 by kerem · 3 comments
Owner

Originally created by @MayzrDev on GitHub (Mar 18, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/3251

🌟 Briefly describe the feature

Since firefly data importer is so important to many of its instances, it should be included as an option in the lxc install

📝 Detailed description

Following the docs https://docs.firefly-iii.org/how-to/data-importer/installation/self-managed/ I was able to do it, but couldn't help thinking this could've been added as part of the lxc

💡 Why is this useful?

Many users will take the path I did and install it manually, this would help those users

Originally created by @MayzrDev on GitHub (Mar 18, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/3251 ### 🌟 Briefly describe the feature Since firefly data importer is so important to many of its instances, it should be included as an option in the lxc install ### 📝 Detailed description Following the docs https://docs.firefly-iii.org/how-to/data-importer/installation/self-managed/ I was able to do it, but couldn't help thinking this could've been added as part of the lxc ### 💡 Why is this useful? Many users will take the path I did and install it manually, this would help those users
kerem 2026-02-26 12:46:14 +03:00
Author
Owner

@tremor021 commented on GitHub (Mar 18, 2025):

This can be included on "no warranty" basis. If it ever breaks, or breaks your Firefly, don't even think complaining to us. The LXC is already fragile enough

<!-- gh-comment-id:2734931650 --> @tremor021 commented on GitHub (Mar 18, 2025): This can be included on "no warranty" basis. If it ever breaks, or breaks your Firefly, don't even think complaining to us. The LXC is already fragile enough
Author
Owner

@MickLesk commented on GitHub (Mar 19, 2025):

Duplicate of: #1193

<!-- gh-comment-id:2735707342 --> @MickLesk commented on GitHub (Mar 19, 2025): Duplicate of: #1193
Author
Owner

@DenSinH commented on GitHub (Apr 27, 2025):

For future people looking to configure apache2, I changed /etc/apache2/sites-available/firefly.conf to

<VirtualHost *:80>
  ServerAdmin webmaster@localhost
  DocumentRoot /opt/firefly/public/

  Alias /importer /var/www/data-importer/public

  <Directory /opt/firefly/public>
    Options FollowSymLinks
    AllowOverride All
    Require all granted
  </Directory>

  <Directory /var/www/data-importer/public>
    AllowOverride All
    Require all granted
  </Directory>

  ErrorLog /var/log/apache2/error.log
  CustomLog /var/log/apache2/access.log combined
</VirtualHost>

and restarted the apache2 service, then the importer is available at <your-domain>/importer

<!-- gh-comment-id:2833329376 --> @DenSinH commented on GitHub (Apr 27, 2025): For future people looking to configure apache2, I changed `/etc/apache2/sites-available/firefly.conf` to ``` <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /opt/firefly/public/ Alias /importer /var/www/data-importer/public <Directory /opt/firefly/public> Options FollowSymLinks AllowOverride All Require all granted </Directory> <Directory /var/www/data-importer/public> AllowOverride All Require all granted </Directory> ErrorLog /var/log/apache2/error.log CustomLog /var/log/apache2/access.log combined </VirtualHost> ``` and restarted the apache2 service, then the importer is available at `<your-domain>/importer`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#662
No description provided.