Skullky
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
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
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