Jump to content

SH4LT1S

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by SH4LT1S

  1. On 4/19/2023 at 10:36 PM, LeonStoldt said:

    Hi everyone,

     

    I love to see that Unraid users use ghostfolio more often. If you have trouble with the setup process and it's an issue related to ghostfolio as an app - github issues are the best option in order to find a solution.

    As so, I would like to let you know that issues like the database migration error are discussed in this issue.

    I've debugged this issue on a fresh system and wrote down all docker commands (which might help setting it up via docker commands if UI is to tricky) and added pictures of my logs.

     

    In General, it is hard to debug every single system with problems, as there are many different factors involved (docker setup, previous installations, human error / typos, hardware etc.). For now, this is no one click - fit's all solution and the continous development and almost daily releases are great for the product but hard for debugging.

    Maybe someone will create a one click solution like an ansible playbook - or the setup of ghostfolio will simplify in the future. ;)

    Most apps install their own data base. With a requirement of user installing both redis and postgress makes it it more complicated. I no longer use it because of corruptions.

    • Upvote 1
  2. 19 hours ago, Henkerd said:

    I just set up this server, and it seems to be working. Performance is very lackluster however, is this normal behaviour for other people as well? Furthermore, it seems I cannot add BTC to my activities. I was wondering if this is working for other people on this sub?

    I cannot change platform account too.

  3. On 5/28/2022 at 2:57 PM, LeonStoldt said:

    @SH4LT1S great to hear the video helped!

    Basically, you already wrote what's the problem. The database connection string should look like this:

    "postgresql://${USERNAME}:${PASSWORD}@${PG_HOST}:${PG_PORT}/${PG_DB}?sslmode=prefer"

    You need to replace it with the correct values:

    ${USERNAME} = your postgres username when creating the postgres container

    ${PASSWORD} = your postgres password (if it is to "secure" you might need to escape some characters or choose a simpler password - I would suggest choosing a demo password to verify it's working and change the password later on to some more secure one)

    ${PG_HOST} = Usually this is your IP of your (Unraid) system where the postgres is running

    ${PG_PORT} = default is 5432, if you change it to something else, change this one aswell

    ${PG_DB} = the name of your postgres database to store your data in 

     

    You should find all this information at the website you posted: https://www.prisma.io/docs/concepts/database-connectors/postgresql

     

    If your connection string still does not work, you can write me a pm to debug whats wrong with your connection string.

    Hello, I fixed the problem by changing the password to a basic one with just letters and numbers but without special characters, since they need to be converted somehow.

  4. 20 hours ago, LeonStoldt said:

    @SH4LT1S I just created a video for you to show how it can be set up. It is two minutes, I would guess that is easy to set up. Besides, I created a detailed description on how to set up and added this video to show it more visually.

    I'll admit it might require some basic basic knowledge of docker and how containers or applications talk to each other but it is basically everything the same with docker, containers and multiple applications working together in Unraid.

    It would be helpful if you could specify what your problems are and what do you find confusing - otherwise we cannot help ;)

     

    Oh and if you are interested in ghostfolio and cannot self-host it or you don't want to, there is a public available service which you can use. Depending on your needs it might cost some money for hosting - but you can check it out here.

    NOTICE!: It is not my service and I don't receive any of that money. I just brought it to the Unraid Community Store to share.

     

    Thank you!

    Thanks, video helped but now i get P1013: The provided database string is invalid. invalid port number in database URL. Please refer to the documentation in https://www.prisma.io/docs/reference/database-reference/connection-urls for constructing a correct connection string. In some cases, certain characters must be escaped. Please check the string for any illegal characters.
    error Command failed with exit code 1.

  5. 2 hours ago, ich777 said:

    This is a fully windows written game without linux in mind, i did already a test on linux with wine but there is too much overhead and the gameplay is sub acceptable.

    Please give me a little bit more info? I think the docker couldn't download the runtime or can't find it...

    What did you change? Did you try and restart the container allready?

    I checked the folder, it is inside. Did not change name. 

×
×
  • Create New...