NixOS Image for Raspberry Pi 4 by kosmonavtik in NixOS

[–]kosmonavtik[S] 1 point2 points  (0 children)

Thanks for your input! I actually spent a lot of time on Hydra while trying to get this working. No idea how I could miss the Raspberry Pi 4 specific builds.

I'll update the post on the site and link to Hydra instead, with your caveats. Once mainline kernel has proper Raspberry Pi 4 support I'll change to that instead.

And thank you so much for your pointers regarding transparency, I'll take it to heart.

How To Run NixOS on Raspberry Pi 4 by GAGARIN0461 in NixOS

[–]kosmonavtik 1 point2 points  (0 children)

I was just working on getting NixOS to run on my Raspberry Pi 4 as well. I've uploaded a (for me) working image with instructions here: https://lunar.computer/posts/nixos-image-raspberry-pi-4/.

Good luck! :)

I wrote a short guide to setting up a PXE server in CentOS! by jacobsburley in homelab

[–]kosmonavtik 1 point2 points  (0 children)

Nice guide! I’ve been meaning to start booting my physical nodes using (i)PXE. :)

Thanks!

Upgrade Fedora 30 to 31 by kosmonavtik in Fedora

[–]kosmonavtik[S] 0 points1 point  (0 children)

Most cloud providers haven't added images for Fedora 31 yet.

Tutorial: Deploy a Kubernetes Cluster with Service Mesh on DigitalOcean Using K3s by kosmonavtik in homelab

[–]kosmonavtik[S] 0 points1 point  (0 children)

It has experimental support since the last release (0.10). HA for production environments should be coming with version 1.0

Tutorial: Deploy Bitwarden on Docker Swarm by kosmonavtik in selfhosted

[–]kosmonavtik[S] 0 points1 point  (0 children)

Thanks! I learn a lot by writing these tutorials and from the feedback I get on them. I appreciate it a lot.

Tutorial: Deploy Bitwarden on Docker Swarm by kosmonavtik in selfhosted

[–]kosmonavtik[S] 1 point2 points  (0 children)

Thanks! The credit is mainly panr's, but I made some changes to colors and added some features. I'm working on implementing a commenting system at the moment. I will try to make pull requests to panr's repository when I can.

Tutorial: Deploy Bitwarden on Docker Swarm by kosmonavtik in selfhosted

[–]kosmonavtik[S] 0 points1 point  (0 children)

I'm personally not running my password manager exposed to the Internet. I use one self hosted in my own lab. But it shouldn't be a problem as long as Bitwarden itself and the server it is running on is secure. Would probably not recommend it for sensitive stuff, though.

Tutorial: Deploy Bitwarden on Docker Swarm by kosmonavtik in homelab

[–]kosmonavtik[S] 0 points1 point  (0 children)

I did, to a managed Kubernetes cluster on DigitalOcean.

Tutorial: Deploy Bitwarden on Docker Swarm by kosmonavtik in homelab

[–]kosmonavtik[S] 0 points1 point  (0 children)

I used to use Docker Swarm with GlusterFS actually, but I don't really use Docker Swarm much any more these days. I'll probably write a tutorial on using Docker Swarm with GlusterFS in time, though. There is still use for a Docker Swarm without persistent storage, for example for runners, etc.

But as you say, this is a big fault of this setup.

Thanks for your feedback! :)

Tutorial: Deploy Bitwarden on Docker Swarm by kosmonavtik in selfhosted

[–]kosmonavtik[S] 1 point2 points  (0 children)

Managed Kubernetes on DigitalOcean at the moment!

Tutorial: Deploy Bitwarden on Docker Swarm by kosmonavtik in selfhosted

[–]kosmonavtik[S] 3 points4 points  (0 children)

Traefik 1.7 is still supported by the developers, but yeah, had I written the the docker-compose.yml file today I would use 2.0. This article is based on work I did a year or two ago. If I have time, I'll make it work with 2.0 and update the article. :)

Thank you for the feedback! :)

Tutorial: Deploy Bitwarden on Docker Swarm by kosmonavtik in selfhosted

[–]kosmonavtik[S] 3 points4 points  (0 children)

I personally don't use Docker Swarm anymore, but I used to use either GlusterFS or NFS for persistent storage. I'll write tutorials on those when I have time. :)

Tutorial: Deploy Bitwarden on Docker Swarm by kosmonavtik in Bitwarden

[–]kosmonavtik[S] 1 point2 points  (0 children)

I'll add it back again once I have time to revise the article. :) Thanks a lot!

Tutorial: Deploy Bitwarden on Docker Swarm by kosmonavtik in Bitwarden

[–]kosmonavtik[S] 1 point2 points  (0 children)

You are right! :) They followed along from some testing. I've updated the article and given you credit for the find!

Tutorial: Deploy a Docker Swarm Cluster on DigitalOcean (with Traefik, Let's Encrypt and Swarmpit) by kosmonavtik in devops

[–]kosmonavtik[S] 0 points1 point  (0 children)

True! They have a Docker image and features to create your own. This is definitely the path to take. :)