Runtipi

R

Runtipi

Join the community to ask questions about Runtipi and get answers from other members.

Join

new update plus old issues

hi first time posting. with the new file system are the way to set permissions the same? before it was setting permissions for app and appdata or adding the file locations to the compose. I am also having issues with ghost bc of mariadb . is there a fix to still use it within runtipi but not mariadb? last one. is revolt chat gonna come back?

After upgrade, there are two start_period 's in docker-compose.yml. causing a startup failure

After upgrading the server to 4.0, the original docker-compose.yml has a duplicate start_period now I get an error saying start_period is defined twice and the server does not start. the unfortunate part is that if I manually edit the docker-compose.yml and delete the duplicate declaration and start the server, the duplicate declaration comes back and causes the issue again. ...
No description

Issues when starting runtipi-queue container

Hi, after an update i had issues with runtipi so decided to migrate to the latest beta to see if that would solve it but still there were problems so decided to fully delete all the docker volumes, images etc including the runtipi folder itself and start fresh. But i keep on facing the same issue of the runtipi-queue container being unhealthy (probably a rabbitmq related issue). I have attached logs.

Movary for ARM64

Hi, I see that the Movary developers have added support for ARM64 from release number 0.63.0, could you please add the application to the store for my Raspberry? Thank you very much for your wonderful work with Runtipi!

Unable to add AI Model with Ollama after upgrade Runtipi to v4.0.0.

I enter this command line. docker exec -it ollama-amd ollama run qwen3 I get this error. Error response from daemon: No such container: ollama-amd...

Unable to start apps after Update to 4.0

Hey guys, updated today but i'm getting problems with the networks. Roughly half of my apps wont start....

Apps containers not starting after 4.0.0 upgrade

Hello, After running the migration script to 4.0.0, it looks like none of my applications are starting. The upgrade script went through successfully. I do have these errors in the logs though : ...

dependency failed to start: container runtipi-queue is unhealthyafter updating to 4.0.0

I tried updating to 4.0.0. I backed up my stuff first then ran the updater script. After that I tried to start runtipi but it errored out with that error. It pops-up everytime I try to start runtipi and tipi doesn't start. OS: Debian 12 I attached the logs of runtipi-queue container....

Wireguard ACME Spam

I have wireguard and adguard home dns setup with cloudflare DNS as ACME resolver and any app is not available without a vpn
No description

Runtipi default apps and data install directory questions

I am running a RPi CM5 installed to a cmrat carrier board with a 1TB nvme drive. I have ubuntu server installed to the emmc 32GB drive and Runtipi installed to the 1TB nvme drive. When installing apps, and the apps thus saving data, how can I Default everything to the NVME drive???...

Outline seems broken

In the logs I get: ```outline-nginx | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. outline-nginx | yarn run v1.22.22 outline-nginx | $ node ./build/server/index.js outline-nginx | {"error":"DATABASE_URL is not set.","level":"error","message":"Could not connect to database","stack":"Error: DATABASE_URL is not set.\n at createDatabaseInstance (/opt/outline/build/server/storage/database.js:46:178)\n at Object. (/opt/outline/build/server/storage/database.js:98:39)\n at Module._compile (node:internal/modules/cjs/loader:1529:14)\n at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)\n at Module.load (node:internal/modules/cjs/loader:1275:32)\n at Module._load (node:internal/modules/cjs/loader:1096:12)\n at Module.require (node:internal/modules/cjs/loader:1298:19)\n at Hook.Module.require (/opt/outline/node_modules/dd-trace/packages/dd-trace/src/ritm.js:97:31)\n at require (node:internal/modules/helpers:182:18)\n at Object. (/opt/outline/build/server/collaboration/PersistenceExtension.js:12:17)"}...

Error when starting runtipi on Fedora Server 42

I recently began setting up my home server and installed Fedora Server 42; when I install runtipi I get this error: ```juan@localhost:~/runtipi$ sudo ./runtipi-cli start ✓ User permissions are ok ✓ Copied system files ✓ Generated .env file...

Setting up SSL certificate

I am using runtipi locally without exposing to internet. I am wondering what is the best way to setup SSL certificate and DNS for easier access and integrating to other tools.

Repo https://github.com/runtipi/runtipi-appstore does not exist

Runtipi can't install/start as it doesn't think the appstore repo exists. I can resolve/clone the repo fine. `sudo ./runtipi-cli start ✓ User permissions are ok ✓ Copied system files...

Unexpected EOF when using Docker Compose

I'm unsure why but every single time I try to update any app I get this error, then Tipi completely stops and I cannot connect to it anymore. I already tried setting up the max downloads from Docker, but it still doesn't work...
No description

Hoarder (karakeep) search breaks

I have been having an issue where i cannot user the search function of Hoarder, i have been manually locating things but finally had a moment to check what was going on. the version of meilisearch had updated since my initial install of hoarder, which resulted in my meilisearch database being on version 1.11.3 but the engine being 1.12 which is not compatible.. there appears to be a manual way to update the database detailed on meilisearches site but for the time being i have just added a user config to force the meilisearch version back down to 1.11.3 and search is working again... anything i added since it broke isn't searchable so i am attempting to re-index them so they will be added.. I assume i missed a release note that included a breaking change. Can anyone point me to where I might find details of when the meilisearch version was changed and what tips or info were hopefully included on completeing the database update within the docker container etc?...

Failed RabbitMQ connection error read ECONNRESET Error: read ECONNRESET

I have cloned new runtipi github repo and run following command ➜ cp .env.example .env ➜ npm run start:prod ...

siyuan: Javascript access for google-analytics.com and googletagmanager.com on my SiYuan install?

Hello community, I've startet to use the SiYuan app on my local Runtipi installation. Within my Firefox browser I installed the NoScript add-on. Now, when I look at the NoScript info box in the Firefox Toolbar I can see that the domains google-analytics.com and googletagmanager.com would like to get access to my Firefox browser. ...

redirecting an app installed with portainer

Hi, I'm new to runtipi. I would like to install applications not present in the catalog, like linkding. I succeeded with portainer, but I'd like to redirect the app to a subdomain. I don't know what to do: use traefik? Install nginx proxy manager?