m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Yet another single-user instance
Admin account
@marek@m5l.eu

Search results for tag #docker

AodeRelay boosted

[?]Daniel Vaughan ๐Ÿ‡ฌ๐Ÿ‡ง ยป
@danv8086@newforest.social

Spun up NetAlertX in Docker โ€” it maps my LAN, resolves hostnames, and tells me when a rogue device appears.

Now to work it so it can talk over the VPN to my other lan (my better lan?)

    AodeRelay boosted

    [?]daltux ยป
    @daltux@snac.daltux.net

    Dรบvida ao pessoal dos "blambers" :docker: mais ferozes que eu:

    Deparei-me com o problema de interferir no antes do ufw. Acho que tinha sido bem por isso que acabei instalando firewalld em outra mรกquina. Minha memรณria รฉ curta demais. Enfim, agora nรฃo estou mais a fim de desfazer o esquema todo com ufw e queria saber como costumam resolver essa questรฃo.

    Vi sugestรตes de desativar o iptables no /etc/docker/daemon.json. Mas isso nรฃo รฉ necessรกrio justamente para o Docker gerenciar as redes dele? Como fica isso depois? :coyoteHelp:

      [?]jhx ยป
      @jhx@fosstodon.org

      Homepage is a really nice dashboard with tons of functionality. Just fiddled a little with and i'm impressed! ๐Ÿ˜Ž (Screenshot attached with my current setup)

      Link: gethomepage.dev/

        0 ★ 0 ↺

        [?]Marek S. ล. ยป
        @marek@m5l.eu

        One thing I didn't realise about is that you can run them using with interactive terminal (docker run -it) to get crazy simple setup instructions.

        Yours sincerely,
        a fresh menuconfig user

          2 ★ 0 ↺

          [?]Marek S. ล. ยป
          @marek@m5l.eu

          I just completed a application for feature phones that periodically reports the position. I was quite surprised I couldn't find anything ready made for my senior user, but it wasn't too difficult to make either.

          Live location is very sensitive data, but the server with TLS and basic authentication gives me more privacy than the big tech cloud. And it only needed reading a bit of MDN and making a basic image based on

            AodeRelay boosted

            [?]jhx ยป
            @jhx@fosstodon.org

            What do you guys/gals host at home? ๐Ÿ˜Ž

              AodeRelay boosted

              [?]BastilleBSD :freebsd: ยป
              @BastilleBSD@fosstodon.org

              ๐Ÿ—ฃ Know someone who uses Docker but hasn't tried jails yet?

              Tag them below and tell them why Bastille on FreeBSD is worth a look!

                [?]vermaden ยป
                @vermaden@mastodon.bsd.cafe

                Added ๐—จ๐—ฃ๐——๐—”๐—ง๐—˜ ๐Ÿญ - ๐—ง๐—ต๐—ผ๐˜‚๐—ด๐—ต๐˜๐˜€ ๐—”๐—ณ๐˜๐—ฒ๐—ฟ ๐—–๐—ผ๐—บ๐—บ๐—ฒ๐—ป๐˜๐˜€ to the ๐—™๐—ฟ๐—ฒ๐—ฒ๐—•๐—ฆ๐—— ๐—๐—ฎ๐—ถ๐—น๐˜€ ๐—ฆ๐—ฒ๐—ฐ๐˜‚๐—ฟ๐—ถ๐˜๐˜† article.

                vermaden.wordpress.com/2025/04

                  1 ★ 0 ↺

                  [?]Marek S. ล. ยป
                  @marek@m5l.eu

                  Finally back online after reworking my setup!

                  This time it's with . I used to avoid containers, preferring to run services directly instead. But setting up backups made me appreciate the separation between the application data in image and persistent state in mounted volumes. The final piece that convinced me is the ability to self-host my own container registry with @forgejo@floss.social

                  I'm doing the initial setup through (learned from @notthebee@tilde.zone), but specific applications are managed via dockge. The ambition to do every adjustment through playbooks burns out really fast when working with a single instance.

                    [?]Zef Hemel ยป
                    @zef@hachyderm.io

                    Writing a single bash script that turns a clean install into an opinionated setup (the one that I use myself) with:

                    *
                    * as web UI for managing docker-compose stacks
                    * @tailscale setup to expose deployed services with TSDProxy as separate TS domains
                    * Restic for data backups

                    Anybody interested?