Skullky
Skullky
RRuntipi
Created by HomeLabJunkie on 11/21/2024 in #🙋🏼・help
Unable to get custom app to show on runtipi app store
Sorry I didn't see your other messages (mentioning you already restarted runtipi itself). Coming back to this line in the runtipi logs : Pulling repo https://github.com/you/your-appstore to /data/repos/repo-directory 1. If you don't see your repo link, it's probably a misconfiguration on your runtipi side. 2. If you do see your repo link, the problem is certainly in your app-store repository. I'll be glad to provide more help if you want to communicate your repo link and/or if you have some logs to share 🙂
3 replies
RRuntipi
Created by HomeLabJunkie on 11/21/2024 in #🙋🏼・help
Unable to get custom app to show on runtipi app store
Hello, When you change the app-store repo you have to restart runtipi, the "Update repository" button only pull the already configured app-store. When checking logs you should see something like this : Pulling repo https://github.com/you/your-appstore to /data/repos/repo-directory
3 replies
RRuntipi
Created by pappyeric on 11/19/2024 in #🙋🏼・help
Gramps Web
Hello I was able to reproduce the issue and may have a fix for it, I'm working on it
4 replies
RRuntipi
Created by Olindo on 11/17/2024 in #🙋🏼・help
How to setup LOBECHAT
Hello @Olindo, You have to set environment variables in your user-config, at least this one: OLLAMA_PROXY_URL=http://ollama-cpu:11434 You must change the hostname of Ollama if you use another variant such as ollama-amd or ollama-nvidia. The port should stay 11434 since you are not using the exposed port from your runtipi host but the internal docker network. Here the official docs : https://lobehub.com/fr/docs/self-hosting/environment-variables/model-provider#ollama
6 replies
RRuntipi
Created by Fr_Fredow on 11/5/2024 in #🙋🏼・help
Test plugin
Looking at your bunkerweb config, you database isn't saved on the host, you should add a volume like this in bw-db :
volumes:
- ${APP_DATA_DIR}/data/db:/var/lib/mysql
volumes:
- ${APP_DATA_DIR}/data/db:/var/lib/mysql
You can check the docker-compose of nextcloud-mini for a good example
38 replies
RRuntipi
Created by Fr_Fredow on 11/5/2024 in #🙋🏼・help
Test plugin
And the data have been written where it should be ?
38 replies
RRuntipi
Created by Fr_Fredow on 11/5/2024 in #🙋🏼・help
Test plugin
Be sure to have somewhere to save the config data, do you have a mapped volume in docker-compose ?
38 replies
RRuntipi
Created by Fr_Fredow on 11/5/2024 in #🙋🏼・help
Test plugin
Sorry I don't know about this. (didn't test) It probably just check if there is existing installation data : No -> Create DB, config files...etc... then print admin credentials Yes -> Just load parameters then print the URL Just guessing at this point
38 replies
RRuntipi
Created by Fr_Fredow on 11/5/2024 in #🙋🏼・help
Test plugin
No description
38 replies
RRuntipi
Created by Fr_Fredow on 11/5/2024 in #🙋🏼・help
Test plugin
No description
38 replies
RRuntipi
Created by Fr_Fredow on 11/5/2024 in #🙋🏼・help
Test plugin
No description
38 replies