frankynov
frankynov
RRuntipi
Created by frankynov on 5/1/2025 in #🙋🏼・help
Apps containers not starting after 4.0.0 upgrade
Excellent. Thank you very much ! I'll validate everything is ok and then will delete the migration-backups folder. Cheers !
26 replies
RRuntipi
Created by frankynov on 5/1/2025 in #🙋🏼・help
Apps containers not starting after 4.0.0 upgrade
Thanks a lot for your help ! I hadn't seen that manual restart step needed in the breaking update web page so maybe worth to add it there ? 🙂
26 replies
RRuntipi
Created by frankynov on 5/1/2025 in #🙋🏼・help
Apps containers not starting after 4.0.0 upgrade
Aaaah ok ! So, I did briefly open the firewall to 8080, connected to tipi GUI from the WAN and started tailscale. From there I disabled again the firewall and started all the other containers and apps in the GUI. All seems to be good, and I validated with a reboot of the machine, all apps are starting again
26 replies
RRuntipi
Created by frankynov on 5/1/2025 in #🙋🏼・help
Apps containers not starting after 4.0.0 upgrade
indeed, internally it is started, I can see the login page with curl on localhost :
root@hetzner-arm:~/runtipi# curl localhost:8080
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<script src="/js/tabler.min.js" async></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/icons/favicon-16x16.png"
/>
<link rel="manifest" href="/icons/site.webmanifest" />
<title>Runtipi</title>
<script type="module" crossorigin src="/assets/index-DGka_Jet.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DL4jEUj1.css">
</head>

<body>
<div id="root"></div>
</body>
</html>
root@hetzner-arm:~/runtipi# curl localhost:8080
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<script src="/js/tabler.min.js" async></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/icons/favicon-16x16.png"
/>
<link rel="manifest" href="/icons/site.webmanifest" />
<title>Runtipi</title>
<script type="module" crossorigin src="/assets/index-DGka_Jet.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DL4jEUj1.css">
</head>

<body>
<div id="root"></div>
</body>
</html>
But I don't know why the apps won't start 😦 I do have a recent docker : Docker version 28.1.1, build 4eba377
26 replies
RRuntipi
Created by frankynov on 5/1/2025 in #🙋🏼・help
Apps containers not starting after 4.0.0 upgrade
root@hetzner-arm:~/runtipi# cat logs/app.log
2025-05-01T08:51:00.429Z - info > Logs flushed
2025-05-01T08:51:00.430Z - info > Running version: v4.0.0
2025-05-01T08:51:00.431Z - info > Generating system env file...
2025-05-01T08:51:00.959Z - info > Creating traefik folders
2025-05-01T08:51:00.961Z - info > Copying traefik files
2025-05-01T08:51:00.962Z - info > Creating base folders
2025-05-01T08:51:00.963Z - info > Creating media folders
2025-05-01T08:51:00.989Z - info > TLS certificate for tipi.local already exists
root@hetzner-arm:~/runtipi# cat logs/app.log
2025-05-01T08:51:00.429Z - info > Logs flushed
2025-05-01T08:51:00.430Z - info > Running version: v4.0.0
2025-05-01T08:51:00.431Z - info > Generating system env file...
2025-05-01T08:51:00.959Z - info > Creating traefik folders
2025-05-01T08:51:00.961Z - info > Copying traefik files
2025-05-01T08:51:00.962Z - info > Creating base folders
2025-05-01T08:51:00.963Z - info > Creating media folders
2025-05-01T08:51:00.989Z - info > TLS certificate for tipi.local already exists
26 replies
RRuntipi
Created by frankynov on 5/1/2025 in #🙋🏼・help
Apps containers not starting after 4.0.0 upgrade
I did put it here, no more error in the log but still the app containers don't start :
root@hetzner-arm:~/runtipi/user-config# ls -la
total 16
drwxrwxrwx 3 root root 4096 May 1 10:50 .
drwxr-xr-x 14 root root 4096 May 1 10:32 ..
drwxrwxrwx 7 root root 4096 May 1 10:32 migrated
-rwxrwxrwx 1 root root 165 May 1 10:50 tipi-compose.yml
root@hetzner-arm:~/runtipi/user-config# ls -la
total 16
drwxrwxrwx 3 root root 4096 May 1 10:50 .
drwxr-xr-x 14 root root 4096 May 1 10:32 ..
drwxrwxrwx 7 root root 4096 May 1 10:32 migrated
-rwxrwxrwx 1 root root 165 May 1 10:50 tipi-compose.yml
26 replies
RRuntipi
Created by frankynov on 5/1/2025 in #🙋🏼・help
Apps containers not starting after 4.0.0 upgrade
Should it be created in the new subfolder "migrated" under user-config folder ?
26 replies
RRuntipi
Created by frankynov on 5/1/2025 in #🙋🏼・help
Apps containers not starting after 4.0.0 upgrade
I did restart the machine & perform a ./runtipi restart
26 replies
RRuntipi
Created by frankynov on 5/1/2025 in #🙋🏼・help
Apps containers not starting after 4.0.0 upgrade
My docker ps is the folllowing :
root@hetzner-arm:~/runtipi# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9eeddbf72e11 traefik:v3.2 "/entrypoint.sh --pr…" 3 minutes ago Up 3 minutes 0.0.0.0:8080->80/tcp, [::]:8080->80/tcp, 0.0.0.0:8443->443/tcp, [::]:8443->443/tcp runtipi-reverse-proxy
338b12595221 ghcr.io/runtipi/runtipi:v4.0.0 "docker-entrypoint.s…" 3 minutes ago Up 3 minutes (healthy) 3000/tcp runtipi
6282949ed690 postgres:14 "docker-entrypoint.s…" 3 minutes ago Up 3 minutes (healthy) 5432/tcp runtipi-db
203f005168ec rabbitmq:4-alpine "docker-entrypoint.s…" 3 minutes ago Up 3 minutes (healthy) 4369/tcp, 5671-5672/tcp, 15691-15692/tcp, 25672/tcp runtipi-queue
1b299a8d52f1 jc21/nginx-proxy-manager:latest "/init" 5 weeks ago Up 10 minutes 0.0.0.0:80-81->80-81/tcp, [::]:80-81->80-81/tcp, 0.0.0.0:443->443/tcp, [::]:443->443/tcp npm-app-1
root@hetzner-arm:~/runtipi# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9eeddbf72e11 traefik:v3.2 "/entrypoint.sh --pr…" 3 minutes ago Up 3 minutes 0.0.0.0:8080->80/tcp, [::]:8080->80/tcp, 0.0.0.0:8443->443/tcp, [::]:8443->443/tcp runtipi-reverse-proxy
338b12595221 ghcr.io/runtipi/runtipi:v4.0.0 "docker-entrypoint.s…" 3 minutes ago Up 3 minutes (healthy) 3000/tcp runtipi
6282949ed690 postgres:14 "docker-entrypoint.s…" 3 minutes ago Up 3 minutes (healthy) 5432/tcp runtipi-db
203f005168ec rabbitmq:4-alpine "docker-entrypoint.s…" 3 minutes ago Up 3 minutes (healthy) 4369/tcp, 5671-5672/tcp, 15691-15692/tcp, 25672/tcp runtipi-queue
1b299a8d52f1 jc21/nginx-proxy-manager:latest "/init" 5 weeks ago Up 10 minutes 0.0.0.0:80-81->80-81/tcp, [::]:80-81->80-81/tcp, 0.0.0.0:443->443/tcp, [::]:443->443/tcp npm-app-1
26 replies
RRuntipi
Created by lommeke on 1/24/2025 in #🙋🏼・help
Remote acces with Tailscale
What does the command « ipconfig /all » give as output on your server ?
7 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
Ok 🙂 Thank you !
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
No description
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
I got another update (probably due to the changes of Nicolas). The app is now listening indeed to port 9000 (http is working)
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
( the backup I took just before that update 2024.12.2 (36) is working fine )
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
I got an update for Authentik, but it seems to have broken something 😦 I have : Error response from daemon: driver failed programming external connectivity on endpoint authentik (8ced59e30ce9e8b3f7a38ae6da006540dd6f3b352ae6e1bf77a27b678f35307f): Bind for 0.0.0.0:9443 failed: port is already allocated
64 replies
RRuntipi
Created by lommeke on 1/24/2025 in #🙋🏼・help
Remote acces with Tailscale
Hey ! I also use tailscale, it's super cool 🙂 In the settings of the app (in Tipi dashboard), have you entered the following parameters ? - TS_ROUTES (for me it's the subnet of the server, for example 10.10.0.0/16) - TS_EXTRA_ARGS (not mandatory but I put --advertise-exit-node) Make sure you approve these changes in tailscale admin dashboard
7 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
Yes yes, npm is generating a valid certificate on top of it, no issue here. I think it really didn't like the wrong version number response. Anyway, thanks a lot for your time and digging, really appreciate 🙂
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
Ok cool. Yes I'll check what Nicolas can see about it - it's getting complex for me now as per which port is bound to what 😄 FYI, I did a rollback on the version before the upgrade (the one which was working fine). And the curl is just warning me about the self certificate, not wrong version number :
root@xxx:~/runtipi/user-config/authentik# curl https://10.10.0.2:8770/
curl: (60) SSL certificate problem: self-signed certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
root@xxx:~/runtipi/user-config/authentik# curl https://10.10.0.2:8770/
curl: (60) SSL certificate problem: self-signed certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
And I can access the app with the self signed certficate from the browser, that's why nginx proxy manager was working in that case
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
Oh my. I got it working with your hints. But it's weird. Accessing the https://10.10.0.2:8770/ I was getting the SSL issue ( 10.10.0.2 sent an invalid response. ERR_SSL_PROTOCOL_ERROR ) A curl from the server itself gives this :
root@xxx:~/runtipi/user-config/authentik# curl https://10.10.0.2:8770/
curl: (35) OpenSSL/3.0.15: error:0A00010B:SSL routines::wrong version number
root@xxx:~/runtipi/user-config/authentik# curl https://10.10.0.2:8770/
curl: (35) OpenSSL/3.0.15: error:0A00010B:SSL routines::wrong version number
But, it is working on HTTP on same port. So I have changed my nginx proxy manager to redirect from https to the http, and now it's working. It's really weird. Maybe something changed in the way the internal certificate of Authentik is served. But I'm glad I have a workaround now
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
I'm confused then. the yaml and json are both using the port 9000 in my case, so I don't understand why the app won't launch 🤔
64 replies