Skip to content
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

Document how to deploy with Docker Compose on Synology #101

Open
jaydrogers opened this issue Jan 9, 2024 · 3 comments
Open

Document how to deploy with Docker Compose on Synology #101

jaydrogers opened this issue Jan 9, 2024 · 3 comments
Assignees

Comments

@jaydrogers
Copy link
Member

No description provided.

@jaydrogers jaydrogers self-assigned this Jan 9, 2024
@jaydrogers jaydrogers converted this from a draft issue Jan 9, 2024
@naesean
Copy link

naesean commented Jul 2, 2024

Is this project still in the works? Or has it been abandoned?

@etienne-monier
Copy link

Same question...

@tsterker
Copy link

tsterker commented Aug 3, 2024

@naesean @etienne-monier I found some rudimentary docs here:

https://serversideup.net/open-source/financial-freedom/docs/installation/install-on-synology
(sources)

After following the instructions, the project failed to start and I first had to manually create the mounted directories.

ssh <synology-admin-user>@<synology-ip>  # use your admin user and password

mkdir -p /volume1/docker/financial-freedom/data/logs
mkdir -p /volume1/docker/financial-freedom/data/sessions
mkdir -p /volume1/docker/financial-freedom/data/database

I then had to proceed and ssh into my Synology and in the container (via sudo) and then change the permissions of the mounted directories to the www-data user:

sudo docker exec -it financial-freedom-php-1 chown -R www-data:www-data /var/www/html/storage/logs
sudo docker exec -it financial-freedom-php-1 chown -R www-data:www-data /var/www/html/storage/framework/sessions
sudo docker exec -it financial-freedom-php-1 chown -R www-data:www-data /var/www/html/.infrastructure/volume_data

Then I was able to visit the application via my synology IP and the exported HTTPS port 8443.

I was able to create an account, but then am greeted with an empty dashboard where no interactions seem to work and not errors show in the console...

image

Then I found this issue where it's indicated that the project is just not that far along yet: #107 (comment)

FYI @jaydrogers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

4 participants