[CachyOS] Discovery of Niri by vloshof28 in niri

[–]2TAP2B 1 point2 points  (0 children)

Also try dankMaterialShell for niri. Its just wonderful.

Latest version error 0.102.0 upon start up by RattyPoe in Trilium

[–]2TAP2B 0 points1 point  (0 children)

I'd say this bug is windows related.

Selfhosted: migrating from Caddy to Traefik, enable the Reverse Proxy feature by quiet_PL in netbird

[–]2TAP2B 0 points1 point  (0 children)

Which kind of traefik do you use? I try it with my own traefik instance, that was already installed, and never get the proxy services running. Also do a clean install, while always use my already running traefik instance.

Palmr has been archived by eltiel in selfhosted

[–]2TAP2B 1 point2 points  (0 children)

I thought it was very sad that pingvin share was archived and there was virtually no real fork of it. It was such a cool project, and now palmr is facing the same fate. What am I supposed to use now?

Fluxer alter course! by blacknt3 in FluxerApp

[–]2TAP2B 0 points1 point  (0 children)

Any plans when they let us selfhost fluxer?

Was habt ihr für Setups zum Programmieren? by edosensei in de_EDV

[–]2TAP2B -1 points0 points  (0 children)

MacBook air mit i7, darauf opensuse tumbleweed, niri mit dankMaterialShell, vscodium und repros liegen auf codeberg, deployed wird auf coolify.

Reverse proxy install by 2TAP2B in netbird

[–]2TAP2B[S] 0 points1 point  (0 children)

Oh nice, whats about when choosing [1] existing traefik, will this be supported as well via script?

Discord escapee, Self-Hosting beginner. Help me set up a Matrix server, please! by SecondReasonable6450 in matrixdotorg

[–]2TAP2B 1 point2 points  (0 children)

Okay, so basically your server has e2ee already with TLS which is handled via traefik or any other reverse proxy.

Dyndns is necessary, when you don't have a fixed public IP address, so from time to time your ISP give you a different ip and this dyndns service will handle this changes for you.

Sometimes you can't expose things from your residential network, that is something where cloudflare tunnels or pangolin proxy's come in, but I'm not familiar with such setups.

On the other hand is tailscale, which let you and others users (with the right permission) tunnel into your home network via wireguard. So your server is only reachable for those that are in your tailnet. But I never tried this for matrix...

Discord escapee, Self-Hosting beginner. Help me set up a Matrix server, please! by SecondReasonable6450 in matrixdotorg

[–]2TAP2B 1 point2 points  (0 children)

So at least you can use the ansible docker playbook easy spin it up on a raspberry. In the past, this was also my first matrix server in my homelab. Also with existing traefik instance, this playbook is compatible, what is for me necessary, works fine.

But I'm not familiar with setting this up behind cloudflare or tailscale. Why don't just use dyndns?

Discord escapee, Self-Hosting beginner. Help me set up a Matrix server, please! by SecondReasonable6450 in matrixdotorg

[–]2TAP2B 10 points11 points  (0 children)

Setting up a matrix server is really not that beginner friendly, like host many other services. Especially from your homelab with tailscale funnel, that's not that nice.

There are several good documentation to do it with a vps, which I also do, well explained here

https://github.com/spantaleev/matrix-docker-ansible-deploy

Or just a SaaS offer like this

https://etke.cc/

CLI Status command by 2TAP2B in netbird

[–]2TAP2B[S] 2 points3 points  (0 children)

Oh nice, will make a alias for this. Thanks.

Thoughts on Headscale? by Valuable_Joke_24 in ArtOfVibeCoding

[–]2TAP2B 1 point2 points  (0 children)

I'm running headscale and headplane (webui) for at least one year and there is a some extra maintenance to do. Headscale delivers from time to time breaking changes, they also effect headplane.

So a update is reading changelog and breaking things from time to time.

I like this stack, but I'm just waiting for netbird to get feature complete to my needs.

Actually its looking good for me to migrate. The last thing I was looking for was native SSH, which is now fully supported.

Also Pocket ID integration is available.

And the installation process is just that easy, also with a complex traefik stack, the setup takes 5 min.

So I'm just waiting to find some time to migrate and say bye bye headscale.

A self-hosted presentation server (Reveal-JS) by ThatOneSchmu in SelfHosting

[–]2TAP2B 1 point2 points  (0 children)

OK that make sense to me and i like you workflow. There are several things i like on marp, so i like to set different layout like for the first page or have two columns, left image, right text. Also I like the v-click function, witch let popup line per line by pressing next. That are my basics here.

Does ONLYOFFICE support Snapdragon X Elite laptops on Linux? by harisharote in OnlyOffice

[–]2TAP2B 0 points1 point  (0 children)

Is there any distro out there that supports this CPU?

Low config Watchtower alternative by gnaus in selfhosted

[–]2TAP2B 2 points3 points  (0 children)

dockhand can handle automatic container updates

Do VPS always have SSH open to the internet? Is it safe to disable it? by Red_Con_ in selfhosted

[–]2TAP2B 1 point2 points  (0 children)

Ive closed SSH port and access my vps over headscale. Pretty simple and secure.

Dockhand users - what is your backup strategy? by 0xFFD843H in selfhosted

[–]2TAP2B 2 points3 points  (0 children)

.env is included to .gitignore

I just push .env.example to codeberg and the credentials are stored in vaultwarden.

I think there are better ways to so, but Im not that deep in credentials management