- 0 Posts
- 34 Comments
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Do you run a private CA? Could you tell me about your certificate setup if you do?English2·2 years agoNo judgement here. I think it’s a worthy goal just not one I am particularly interested in at this point. Maybe if the automation was a bit easier and the mobile device management was easier I might join you.
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Do you run a private CA? Could you tell me about your certificate setup if you do?English22·2 years agoMy experience is it’s really a lot of work and with the prevalence of letsencrypt, there is not a lot of automated setups for this use case (at least that I have been able to find). It is kind of a pain in the ass to run your own CA, especially if you plan to not use wildcard and to rotate certs often. If you use tailscale, they offer https certs with a subdomain given to you:
[server-name].[tailnet-name].ts.net
That’s honestly what I’m moving towards.
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Simplest For End User Wiki/Knowlege Repo for the end userEnglish1·2 years agoAnother vote for wiki.js. It has tons of authentication options and integrations. The mobile web interface is a tad clunky but usable.
Yea that looks pretty amazing. Thanks for sharing!
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Question on SSL traffic between podman containers and clients (should I run k3s?)English2·2 years agoSingle node k3s is possible and can do what you’re asking but has some overhead (hence your acknowledgment of overkill). One thing i think it gets right and would help here is the reverse proxy service. It’s essentially a single entity with configuration of all of your endpoints in it. It’s managed programmatically so additions or changes are not needed to he done by hand. It sounds like you need a reverse proxy to terminate the TLS then ingress objects defined to route to individual containers/pods. If you try for multiple reverse proxies you will have a bad time managing all of that overhead. I strongly recommend going for a single reverse proxy setup unless you can automate the multiple proxies setup.
And here I am running a bare metal k3s cluster fully managed by custom ansible playbooks with my templatized custom manifests. I definitely learned a lot going that way. This project looks like it has just about everything covered except high availability or redundancy, but maybe I missed it in the readme. Good work but definitely not for me.
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Self hosting on an Android mobile?English14·2 years agoCheck out Termux. It lets you install nearly any linux software on your Android device. Probably a good place to start to get your toes wet.
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Simple guide to self hosted authentication?English01·2 years agoI know this isn’t what you’re asking for but I think this is still a good starting point. Like you correctly surmised, identity and authentication management is not an easy subject and does require extensive experience and theory.
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Do any of you use Raspberry Pi’s ?English01·2 years agoI had similar problems doing the same thing with a Pi 4.
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Do any of you use Raspberry Pi’s ?English01·2 years agoTry running a server image on it without desktop and then logging into it over the network from another device like a laptop via ssh
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Do any of you use Raspberry Pi’s ?English01·2 years agoMy list is very similar but I have my Pis in a k3s cluster with a NAS for PVs. That allows me to not worry about what physical device is hosting the service, and I built it so I can intermix amd64 devices when I start adding in my used laptops into the mix.
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Have you used Kata containers or are interested in using them?English1·2 years agoI set up kata containers on my k3s cluster for some pesky containers that require privileged access. It works great for isolation purposes. I haven’t yet experimented with the kata-qemu runtime so not sure how that works.
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Why would someone choose ubuntu server over a headless debian installation?English11·2 years agoHaving experienced Canonical’s support, if anyone actually needs it they go to RHEL.
How do you have your auth working? Is it basic user/password managed on Nextcloud (external database connected?), is it external auth against something like Okta, or is it user/pass that you define from docker-compose?
If via docker-compose then a restart would clear anything an attacker would have done and it would reload from the docker-compose process I think? I’m not too familiar with the specifics on that as I’m not a security researcher, but generally some attacks are resident in memory only and a restart can clear them only for it to crop up again later either due to a running process that was set to rerun an exploit or someone monitoring your system externally and retrying the exploit remotely again.
Or it could just be some bug in Nextcloud or unique to your environment. Personally I’m only hosting things that are internally accessible via VPN anymore. Tailscale makes that super easy these days.
Are you exposing it to the Internet? Weirdness like that might be from someone exploiting your instance.
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Homebox is the inventory and organization system built for the Home User!English2·2 years agoSounds a lot like Netbox, for network management. You can define data centers and racks and equipment and sub equipment as well as the actual network information like what cable is plugged into which port on which device, VLANs, IP addresses, subnets, BPG ASNs, etc.
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Homebox is the inventory and organization system built for the Home User!English4·2 years agoThat sounds awesome. Does it have maintenance reminders and consumable part descriptions/part numbers? I can never remember different filters I need for various things (water, fridge, furnace, cars, etc).
notfromhere@lemmy.oneto Selfhosted@lemmy.world•Homebox is the inventory and organization system built for the Home User!English6·2 years agoI set up dokuwiki for that the other day. Thanks for posting this, I’ll have to check it out
I’m out of the loop. Why did github “block” Organic Maps?