{"id":20487508,"url":"https://github.com/leonstoldt/ghostfolio-installer","last_synced_at":"2026-03-11T21:19:37.051Z","repository":{"id":187878448,"uuid":"677742721","full_name":"LeonStoldt/ghostfolio-installer","owner":"LeonStoldt","description":"Docker Container installing Ghostfolio via ansible","archived":false,"fork":false,"pushed_at":"2026-03-02T19:15:37.000Z","size":161,"stargazers_count":6,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-02T22:55:38.828Z","etag":null,"topics":["ansible","docker","ghostfolio"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LeonStoldt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-12T13:43:31.000Z","updated_at":"2026-03-02T19:15:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"758b2f2d-aaf5-4250-b11c-52dc19ba3e45","html_url":"https://github.com/LeonStoldt/ghostfolio-installer","commit_stats":null,"previous_names":["leonstoldt/ghostfolio-installer"],"tags_count":344,"template":false,"template_full_name":null,"purl":"pkg:github/LeonStoldt/ghostfolio-installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonStoldt%2Fghostfolio-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonStoldt%2Fghostfolio-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonStoldt%2Fghostfolio-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonStoldt%2Fghostfolio-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeonStoldt","download_url":"https://codeload.github.com/LeonStoldt/ghostfolio-installer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonStoldt%2Fghostfolio-installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30401377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T21:02:20.017Z","status":"ssl_error","status_checked_at":"2026-03-11T20:59:32.667Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","docker","ghostfolio"],"created_at":"2024-11-15T16:42:50.258Z","updated_at":"2026-03-11T21:19:37.035Z","avatar_url":"https://github.com/LeonStoldt.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ghostfolio-installer\n\u003e ### Ansible Playbook for Ghostfolio\n\u003e ![Ansible](https://img.shields.io/badge/ansible-%231A1918.svg?style=for-the-badge\u0026logo=ansible\u0026logoColor=white)\n\u003e [![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white)](https://hub.docker.com/r/leonstoldt/ghostfolio-installer)\n\u003e [![GitHub](https://img.shields.io/badge/ghcr.io-%23121011.svg?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/LeonStoldt/ghostfolio-installer/pkgs/container/ghostfolio-installer)\n\u003e \n\u003e Ansible Playbook for setting up [ghostfolio](https://ghostfol.io/) (e.g. on ![Unraid](https://img.shields.io/badge/unraid-%23F15A2C.svg?style=for-the-badge\u0026logo=unraid\u0026logoColor=white))\n\n## Prerequisites / Pre-Checks\nAs the docker image is based on `willhallonline/ansible`, check compatibility first.\nCurrently used docker base image version can be found in the [release workflow](.github/workflows/release.yml) and information about OS compatibility can be found [here](https://github.com/willhallonline/docker-ansible#compatibility).\nIf you need support for different/older OS, just create an issue or PR and we'll provide a new image.\n\n## How to install / Getting started\n\n### 1. Docker run (preferred)\nRun ghostfolio-installer via docker (without env variables, it uses default values from [Dockerfile](./Dockerfile))\n```shell\ndocker run --rm \\\n    -v /path/to/ghostfolio/dir:/ghostfolio \\\n    -v /var/run/docker.sock:/var/run/docker.sock \\\n    leonstoldt/ghostfolio-installer\n```\n\nIt is **highly recommended** to adjust the variables and bootstrap ghostfolio with custom variables:\n```shell\ndocker run --rm \\\n    -e REDIS_PW=\"R3DIS_s3cret!\" \\\n    -e POSTGRES_PW=postgresPw \\\n    -e ACCESS_TOKEN_SALT=accessTokenSalt \\\n    -e JWT_SECRET=jwtSecret \\\n    -v /path/to/ghostfolio/dir:/ghostfolio \\\n    -v /var/run/docker.sock:/var/run/docker.sock \\\n    leonstoldt/ghostfolio-installer\n```\nMore configuration options can be found below ([#Configuration](#configuration--docker-environment-variables)). \n\n### 2. Run ansible playbook manually\n\u003e Prerequisite: clone the repository first!\n\n- call ansible playbook with variables:\n``` yaml\nGHOSTFOLIO_DIR=/path/to/ghostfolio/dir \\\nPOSTGRES_PORT=5432 \\\nREDIS_PW=\"R3DIS_s3cret!\" \\\nPOSTGRES_DB=ghostfolio-db \\\nPOSTGRES_USER=ghostfolio \\\nPOSTGRES_PW=postgresPw \\\nACCESS_TOKEN_SALT=accessTokenSalt \\\nJWT_SECRET=jwtSecret \\\nansible-playbook /ansible/playbooks/install-ghostfolio.yml\n```\n\n## Configuration / Docker Environment Variables\n\u003e based on [ghostfolio - supported env variables ](https://github.com/ghostfolio/ghostfolio?tab=readme-ov-file#supported-environment-variables)\n\n|   Env_Variable    | required to change? | recommended to change? | information                                                                         |\n|:-----------------:|:-------------------:|:----------------------:|-------------------------------------------------------------------------------------|\n|  GHOSTFOLIO_DIR   | :heavy_check_mark:  |   :heavy_check_mark:   | `/path/to/ghostfolio/dir` should point to your ghostfolio data persistence location |\n|     REDIS_PW      |         :x:         |   :heavy_check_mark:   | you should provide a custom redis password for better security                      |\n|    POSTGRES_PW    |         :x:         |   :heavy_check_mark:   | you should provide a custom postgres password for better security                   |\n| ACCESS_TOKEN_SALT |         :x:         |   :heavy_check_mark:   | you should provide a custom, random access token salt for better security           |\n|    JWT_SECRET     |         :x:         |   :heavy_check_mark:   | you should provide a custom, random jwt secret for better security                  |\n|   POSTGRES_PORT   |         :x:         |          :x:           | only change port if you have conflicting ports or you know what you are doing       |\n|    POSTGRES_DB    |         :x:         |          :x:           | only change the database name if you know what you are doing                        |\n|   POSTGRES_USER   |         :x:         |          :x:           | only change the user if you know what you are doing                                 |\n\n# Contributions\nIf you would like to improve this playbook, do not hesitate to create an issue or a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonstoldt%2Fghostfolio-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonstoldt%2Fghostfolio-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonstoldt%2Fghostfolio-installer/lists"}