Skip to content

Firefly III Ownership Issue #2747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 of 2 tasks
TheCircularK opened this issue Feb 28, 2025 · 0 comments Β· Fixed by #2759
Closed
1 of 2 tasks

Firefly III Ownership Issue #2747

TheCircularK opened this issue Feb 28, 2025 · 0 comments Β· Fixed by #2759
Labels
bug Something isn't working

Comments

@TheCircularK
Copy link

βœ… Have you read and understood the above guidelines?

yes

πŸ“œ What is the name of the script you are using?

Firefly III LXC

πŸ“‚ What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/firefly.sh)"

πŸ“ Provide a clear and concise description of the issue.

By default, the oauth-public.key file is not owned by the server, so most operations fail. This includes adding transactions and even loading several pages.

The fix is to to run this command:
sudo chown www-data:www-data /opt/firefly/storage/oauth-*.key

βš™οΈ What settings are you using?

  • Default Settings
  • Advanced Settings

πŸ–₯️ Which Linux distribution are you using?

Debian 12

πŸ”„ Steps to reproduce the issue.

  1. Install using the script.
  2. Keep all default settings.
  3. Log in.
  4. Create an account.
  5. Navigate to transactions -> Revenue / income
  6. Select "Create a new transaction"
  7. Click on either "Source account" or "Destination account." They are both supposed to load existing accounts. Neither one does.
  8. Enter the data manually.
  9. Click "Submit." The error will occur saying that oauth-public.key is missing or not readable.

❌ Paste the full error output (if available).

Key path "file:///opt/firefly/storage/oauth-public.key" does not exist or is not readable

πŸ–ΌοΈ Additional context (optional).

This is the fix:

sudo chown www-data:www-data /opt/firefly/storage/oauth-*.key

@TheCircularK TheCircularK added the bug Something isn't working label Feb 28, 2025
@michelroegl-brunner michelroegl-brunner linked a pull request Mar 1, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant