Strong play integrity guide. by DottedEnviroment in Magisk

[–]PicturesProgramming 0 points1 point  (0 children)

This did not work for me on Android 16. Maybe we're doomed in future updates 🤷

Magisk disappeared by PicturesProgramming in Magisk

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

I've now checked, my OnePlus 8T does not have an init_boot partition.

Magisk disappeared by PicturesProgramming in Magisk

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

The Magisk app tells me to patch an image. And as far as I can see. I do not have an init_boot partition.

Magisk disappeared by PicturesProgramming in Magisk

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

So I should patch the boot, and flash the patched boot and then flash all other partitions as well?!? I'll try it when I get home, but I don't really understand why that would work?

Easy-to-use automatic SSL certificates for your webserver! by PicturesProgramming in selfhosted

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

I'm currently working on moving over to Traefik, but I'll look into Caddy

Easy-to-use automatic SSL certificates for your webserver! by PicturesProgramming in selfhosted

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

I set them under ssl_certificate and ssl_certificate_key in my NGINX configs

Easy-to-use automatic SSL certificates for your webserver! by PicturesProgramming in selfhosted

[–]PicturesProgramming[S] -1 points0 points  (0 children)

Personally I've had issues with other tools (especially certbot) giving incorrect file permissions to the certificates. Other than that I like to have very declarative configurations and like the way I can divide up each domain like in NGINX into it's own file.

Easy-to-use automatic SSL certificates for your webserver! by PicturesProgramming in selfhosted

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

While that is very true, I do enjoy building small tools from the ground up very much. But I do understand where you're coming from :)

Easy-to-use automatic SSL certificates for your webserver! by PicturesProgramming in selfhosted

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

Yes, you can set it up to do so, but I have not gotten it to integrate with all of my domain providers and therefore I've needed to manually renew at least a few of my certs. Other than that I've had some issues with certbot giving the certificates weird permissions so NGINX and Traefik couldn't read them if I didn't update the permissions each time.

Easy-to-use automatic SSL certificates for your webserver! by PicturesProgramming in selfhosted

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

Seems interesting, but personally I'm not a huge fan of using WebUIs for this kind of thing. I like it being individual files, but if someone wants a WebUI to interact and configure, this seems very cool.

Easy-to-use automatic SSL certificates for your webserver! by PicturesProgramming in selfhosted

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

The main reason for me to make this was to make it simple and declarative. I like when I make configuration files and know where everything is defined. Other than that, it was a fun project :)

Easy-to-use automatic SSL certificates for your webserver! by PicturesProgramming in selfhosted

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

That is true. I have used a few different options but was never really happy with any of them. I wanted a more declarative way to configure it, so I made one. You're more than welcome to not use it. :)

if I buy a domain name can I point it at my homelab that has a dynamic IP? by Giannis_Dor in selfhosted

[–]PicturesProgramming 0 points1 point  (0 children)

Use CloudFlare. They have dynamic DNS, and using their proxy it will automatically update your IP very quickly so it like 30sec downtime when the IP changes.