NoisyFridge
NoisyFridge
RRuntipi
Created by NoisyFridge on 3/13/2024 in #🙋🏼・help
"Load more" button & the User Experience
No description
20 replies
RRuntipi
Created by NoisyFridge on 2/13/2024 in #🙋🏼・help
Permission error when Migrating from 2.5.0 to 3.0.0
I tried both the script and manual guide here (https://runtipi.io/docs/reference/breaking-updates#update-from-2xx-to-300) I get this error: rm: cannot remove './runtipi-cli': Permission denied I tried with sudo also, doesnt work. Help please!
4 replies
RRuntipi
Created by NoisyFridge on 11/29/2023 in #🙋🏼・help
Ryot has a huge update!
The version on store is v2.24.2 but there is a huge update, the latest is 3.4.0 will it be updated any time soon? There seems to be some extra steps needed for migration of the database. - https://ignisda.github.io/ryot/migration.html - https://github.com/ignisda/ryot
20 replies
RRuntipi
Created by NoisyFridge on 11/10/2023 in #🙋🏼・help
Planka - Bad Gateway
It starts properly but I get this error when I visit either through port or URL. My linux is Arm64. Can someone please help?
39 replies
RRuntipi
Created by NoisyFridge on 11/8/2023 in #🙋🏼・help
Pointing a domain to Dashy
No description
2 replies
RRuntipi
Created by NoisyFridge on 9/28/2023 in #🙋🏼・help
Tipi update stopped at "System files copied"
No description
16 replies
RRuntipi
Created by NoisyFridge on 7/18/2023 in #🙋🏼・help
Invidious installs the wrong architecture (arm64 instead of amd64)
No description
7 replies
RRuntipi
Created by NoisyFridge on 5/18/2023 in #🙋🏼・help
Booksonic redirects to HTTP version of the URL with Tipi's log in page!
As the title says, whenever I try to access Booksonic through assigned URL, i get redirected to a HTTP version of it with SSL, which displays Tipi's login page. But accessing through tipi.domain.com:8040 works! App Log:
2023-05-18T07:25:42.440Z > EventDispatcher: app cr3aw6h finished with message: Starting app script
time="2023-05-18T07:25:41Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
booksonic Pulling
booksonic Pulled
time="2023-05-18T07:25:41Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
Container booksonic Creating
Container booksonic Created
Container booksonic Starting
Container booksonic Started
2023-05-18T07:25:42.440Z > EventDispatcher: app cr3aw6h finished with message: Starting app script
time="2023-05-18T07:25:41Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
booksonic Pulling
booksonic Pulled
time="2023-05-18T07:25:41Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
Container booksonic Creating
Container booksonic Created
Container booksonic Starting
Container booksonic Started
Docker config:
version: "3.7"
services:
booksonic:
image: lscr.io/linuxserver/booksonic-air:latest
container_name: booksonic
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
volumes:
- ${APP_DATA_DIR}/config:/config
- ${ROOT_FOLDER_HOST}/media/data/books/spoken:/audiobooks
- ${ROOT_FOLDER_HOST}/media/data/podcasts:/podcasts
ports:
- ${APP_PORT}:4040
restart: unless-stopped
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.booksonic.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.booksonic.entrypoints: websecure
traefik.http.routers.booksonic.service: booksonic
traefik.http.routers.booksonic.tls.certresolver: myresolver
traefik.http.services.booksonic.loadbalancer.server.port: 4040

version: "3.7"
services:
booksonic:
image: lscr.io/linuxserver/booksonic-air:latest
container_name: booksonic
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
volumes:
- ${APP_DATA_DIR}/config:/config
- ${ROOT_FOLDER_HOST}/media/data/books/spoken:/audiobooks
- ${ROOT_FOLDER_HOST}/media/data/podcasts:/podcasts
ports:
- ${APP_PORT}:4040
restart: unless-stopped
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.booksonic.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.booksonic.entrypoints: websecure
traefik.http.routers.booksonic.service: booksonic
traefik.http.routers.booksonic.tls.certresolver: myresolver
traefik.http.services.booksonic.loadbalancer.server.port: 4040

Homarr docker list shows: booksonic - lscr.io/linuxserver/booksonic-air:latest - 4040:8040 - Running So config lacks the APP_URL I added - APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN} but didnt work i get a Bad Gateway and can't access through port either. Any suggestions?
8 replies
RRuntipi
Created by NoisyFridge on 5/13/2023 in #🙋🏼・help
Getting 404 error with Invidious
Suddenly getting 404 error, and the App.log says something like WARN[0000] network tipi_main_network: network.external.name is deprecated. Please set network.name w Even when Kavita and IT-Tools are loading ok, but that network error is still there! I didn't change anything!
time="2023-05-13T19:49:53Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
invidious-db Pulling
invidious Pulling
invidious-db Pulled
invidious Pulled
time="2023-05-13T19:49:55Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
Container invidious-db Creating
Container invidious-db Created
Container invidious Creating
Container invidious Created
time="2023-05-13T19:49:53Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
invidious-db Pulling
invidious Pulling
invidious-db Pulled
invidious Pulled
time="2023-05-13T19:49:55Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
Container invidious-db Creating
Container invidious-db Created
Container invidious Creating
Container invidious Created
2023-05-13T19:50:29.943Z > EventDispatcher: app xsv3qk6 finished with message: Starting app script
time="2023-05-13T19:50:28Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
it-tools Pulling
it-tools Pulled
time="2023-05-13T19:50:29Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
Container it-tools Creating
Container it-tools Created
Container it-tools Starting
Container it-tools Started

2023-05-13T19:50:32.944Z > EventDispatcher: app luq72s5 finished with message: Starting app script
time="2023-05-13T19:50:31Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
kavita Pulling
kavita Pulled
time="2023-05-13T19:50:32Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
Container kavita Creating
Container kavita Created
Container kavita Starting
Container kavita Started
2023-05-13T19:50:29.943Z > EventDispatcher: app xsv3qk6 finished with message: Starting app script
time="2023-05-13T19:50:28Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
it-tools Pulling
it-tools Pulled
time="2023-05-13T19:50:29Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
Container it-tools Creating
Container it-tools Created
Container it-tools Starting
Container it-tools Started

2023-05-13T19:50:32.944Z > EventDispatcher: app luq72s5 finished with message: Starting app script
time="2023-05-13T19:50:31Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
kavita Pulling
kavita Pulled
time="2023-05-13T19:50:32Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
Container kavita Creating
Container kavita Created
Container kavita Starting
Container kavita Started
53 replies