nerdculture.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
Be excellent to each other, live humanism, no nazis, no hate speech. Not only for nerds, but the domain is somewhat cool. ;) No bots in general. Languages: DE, EN, FR, NL, ES, IT

Administered by:

Server stats:

1.2K
active users

#portainer

2 posts2 participants0 posts today

Hey #nextcloud-bubble
Ich habe es mit meiner Instanz beim update vergeigt.

Das ganze läuft als #Docker-Container unter Portainer auf einer #SynologyNAS.
Beim update war ich rückblickend nie ganz sauber:
mal über #Portainer, mal über DSM container manager und mal über den Browser das Update angestoßen.

Vor ein paar Wochen hat sich die Instanz irgendwo verschluckt und befindet sich seitdem im Maintenance-Modus, aus dem ich nicht richtig heraus komme.

Seither läuft die cloud "unhealthy".

#portainer 2.27.3 released

Portainer Community Edition is a lightweight service delivery platform for containerized applications that can be used to manage Docker, Swarm, Kubernetes and ACI environments. It is designed to be as simple to deploy as it is to use. The application allows you to manage all your orchestrator resources (containers, images, volumes, networks and more) through a ‘smart’ GUI and/or an extensive API.

#adminlife #opensource #docker #podman

github.com/portainer/portainer

GitHubRelease Release 2.27.3 · portainer/portainerKnown issues Known issues with Podman support Podman environments aren't supported by auto-onboarding script It's not possible to add Podman environments via socket, when running a Portainer serve...

#portainer Release 2.27.2

Portainer is a lightweight service delivery platform for containerized applications that can be used to manage Docker, Swarm, Kubernetes and ACI environments. It is designed to be as simple to deploy as it is to use. The application allows you to manage all your orchestrator resources (containers, images, volumes, networks and more) through a ‘smart’ GUI and/or an extensive API.

#adminlife #opensource #docker
github.com/portainer/portainer

GitHubRelease Release 2.27.2 · portainer/portainerKnown issues Known issues with Podman support Podman environments aren't supported by auto-onboarding script It's not possible to add Podman environments via socket, when running a Portainer serve...
Replied in thread

@sven222 hilft evtl. diese YT-Suche? youtube.com/results?search_que

Zeit wird sicherlich erforderlich sein, bis die Feinheiten verstanden wurden. Ich hatte #Docker auf einer #Ubuntu VM laufen. Die Installation noch nach Ubuntu-Anleitung gemacht, danach war es egal, ob die Docker-Compose-Datei unter #Windows, #Linux oder #Mac gezeigt wurde. Der Rest ist gleich.

Eine große Hilfe war noch #Portainer -> portainer.io/

Today I got into Docker as I'm planning to not only host Owncast and Caddy but also other platforms/services.

Docker helps separating these services from each other on your server, so they don't interfere. It comes with pre-built docker images of many well known applications in the field of self-hosting.

🌟 Self-Hosting Journey Update! 🌟

After weeks of work, I'm excited to share my self-hosted setup! 🎉 I'm running everything on a Raspberry Pi 500 with Stormux (Arch Linux ARM-based), 8 GB RAM, and a 512 GB SD card (planning to upgrade to SSD or NAS as soon as I can afford it). Here's what I’ve built so far:

🔧 Services in Action:
- Development: Forgejo, Code-Server, Woodpecker CI
- Productivity: Joplin Server, Monica CRM, Homepage dashboard
- Monitoring: Prometheus + Alertmanager, Grafana, Netdata, Uptime Kuma
- Networking: AdGuardHome + Unbound, Tailscale VPN
- Tools: MiniFlux, Linkding, TheLounge
- Management: Portainer, Cockpit, Watchtower

🔒 Security & Access:
- Caddy + Cloudflare Zero Trust/Access for reverse proxy & SSO
- FirewallD + Fail2ban for extra protection

📧 Emails Powered by Zoho ZeptoMail:
All email-capable services (e.g., Forgejo, Joplin) are configured for reliable notifications.

💾 Backups: Using IDrive's 5 TB plan for peace of mind.

This journey has been challenging yet rewarding! 🚀 I'd love to hear your thoughts—especially tips on scaling storage or optimizing performance. Let's chat! 💬

#SelfHosting #RaspberryPi #Linux #ArchLinuxARM #Stormux #Tech #OpenSource #DIYTech #HomeLab #CloudComputing #AdGuardHome #Grafana #Prometheus #CodeServer #Portainer

@selfhost @selfhosted @selfhosting

Hi #SelfHosted community. I've figured out a lot of my setup. I now have a new domain, laniesplace.us, just for #HomeServer stuff. It's set up through Porkbun with Dynu for #DDNS. I've now got #Traefik, #TailscaleVPN, #Linkding, #Forgejo, #Dokuwiki, Code-Server, #Portainer, #Netdata, #Watchtower, #Cockpit, #Pihole, #MiniFlux, #TheLounge, #Filebrowser, #UptimeKuma, and the #Homer dashboard service installed. I'm now trying to set up #Authelia so I can have single sign-on to my services. For some, it's working now, but I can't seem to get Linkding to work no matter what I do. This is on a #RaspberryPi 500 with 8 GB RAM and a 512 GB SD card, running #Stormux, which is based on #ArchlinuxARM. Can anyone help? I'll reply to this post with all my relevant config files in separate posts. What's happening is this: Linkding is supposed to be available at bookmarks.laniesplace.us. When I go there, I see a 401 unauthorized error and a link to sign into Authelia. Once I sign in, though, it redirects back to the page with the 401 error. I've been trying to figure this out for hours with no luck. Files will be in replies to this post.
#SelfHosting #Linux #HomeLab #RPi #RaspberryPi500 #RPi500
@selfhost @selfhosting @selfhosted @linux

Nochmal zurück zu meinem #Docker Problem

Wie kann es sein, ich habe Paperless NGX laufen, in #portainer sehe ich diese 3 #Container !

Wenn ich "docker ps" ausführe sehe ich

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d9a1547c10d2 redis:6.0 "docker-entrypoint.s…" 8 days ago Up 7 days 6379/tcp paperless-broker-1
5d9a5a9832a0 postgres:13 "docker-entrypoint.s…" 8 days ago Up 7 days 5432/tcp paperless-db-1

ich sehe 2 Container der dritte der WebServer Container läuft nicht wie es aussieht.

Aber wie erklärt ihr euch dann den 3. Screenshot ?? Paperless läuft und funktioniert.

I used #portainer for a while now, at multiple locations. It does make some things easier, initially. Gets you a webui to see things, click around and discover what happens.
Also has a user management thingie included and can show different things depending on user/team/role rights, so might help when one needs this.

But really, in the setups I have, both for my own and for work stuff, it is really much simpler to just use docker-compose directly.