lckdscl

joined 1 year ago
[–] lckdscl@whiskers.bim.boats 3 points 6 months ago

I've been using Authelia with several OIDC integrations for a while now. Works great. They've released a huge update like a day ago too. Out of the ones you listed, it's very lightweight too. The docs are a bit all over the place but it is quite comprehensive.

I did look at Zitadel and tried setting it up myself but I just couldn't get it to work. The docs are a bit vague.

[–] lckdscl@whiskers.bim.boats 2 points 6 months ago

If you just want to view logs, then a lightweight viewer I really recommend is Dozzle.

[–] lckdscl@whiskers.bim.boats 1 points 7 months ago* (last edited 7 months ago)

I've tried nearly every selfhosted dashboard out there and in the end settled for static html/css/js. If you want to access links quickly by typing abbreviations then use something like https://github.com/Ozencb/tilde-enhanced. A lot lighter and can be used with an existing webserver too.

[–] lckdscl@whiskers.bim.boats 4 points 7 months ago (1 children)

https://tailscale.com/kb/1054/dns#nameservers

and

https://tailscale.com/kb/1114/pi-hole#step-3-set-your-raspberry-pi-as-your-dns-server

Set tailscale to use your dns server to resolve your services (or all traffic if you prefer). Assuming your dns server is on 100.x.x.1:53, then put 100.x.x.1 as a nameserver.

[–] lckdscl@whiskers.bim.boats 8 points 8 months ago (2 children)

How about Uptime Kuma status pages? They're separate from the admin page and you can add Docker containers as monitors.

[–] lckdscl@whiskers.bim.boats 2 points 8 months ago

SFTPGo supports OIDC and has a lot of ACL features. It allows users to have their own folders, as well as shared volumes between a group.

[–] lckdscl@whiskers.bim.boats 3 points 8 months ago (1 children)

I managed to, through Lutris, with an old cracked version. Although I had to use winetricks to install a bunch of extensions.

[–] lckdscl@whiskers.bim.boats 5 points 9 months ago

I got ads removed on mine by asking chat support. The only caveat is it needs to be registered to an account. If you get a patient employee and ask kindly that the ads are not appropriate for children, it usually works.

[–] lckdscl@whiskers.bim.boats 18 points 9 months ago (1 children)

I didn't have ads either but being able to use KoReader is a good enough motivation for me.

  • You can customize it a lot to your own liking and they do something clever with page changing that it seems a lot more responsive.
  • Another thing is I used to have to convert epubs to KFX to get nice hyphenation and good typography but on KoReader you seem to be able to customize all those typography things with whatever epub you throw at it.
  • Also, I have a local Calibre OPDS endpoint, you can add that in KoReader and download books over wirelessly. WiFi needs to be on when doing that but with a few tweaks you have read only root partiton so Kindle shouldn't update.

Overall there are a lot of steps to it, if you're comfortable with your current setup it's not worth the hassle/time.

[–] lckdscl@whiskers.bim.boats 68 points 9 months ago (18 children)

Anna's Archive, Libgen, Mobilism, IRC (I use a self-hosted service called OpenBooks for this). I use Calibre for metadata sorting, plug Kindle in and move books that way and keep it on airplane mode.

Also, new Kindle jailbreak for <= 5.16.2.1.1 if anyone's interested. Managed to get KoReader on my 10th Gen Basic.

[–] lckdscl@whiskers.bim.boats 1 points 10 months ago* (last edited 10 months ago)

I like Halls of Torment and Boneraiser Minions, both really nice on the Steam Deck.

 

While editing in an input field, I'm so used to going for Ctrl+W instead of Ctrl+Backspace because it's more ergonomic. But almost all modern browsers use Ctrl + W to close tabs. Since when was this a convention? I'd love to go back in time and git revert this change. Incredibly frustrating.

TL;DR: old man yelling at clouds.

 

I'm trying to add a modified css for lemmy-ui to my self-hosted instance running on Docker. I'm following this guide but the custom theme is just showing up as litely. Steps taken:

  • Went to bootstrap.build, made the necessary edits.
  • Exported the bootstrap.min.css as well as the _variables.scss
  • Renamed them to theme-name.css and _variables.theme-name.scss
  • Do the necessary bind mounts so lemmy-ui can access the files. Can confirm the files are correct and appear within the container.
  • From lemmy web ui, select from drop down the theme called theme-name (it shows up with the right name and all).
  • Press Save, but theme is just litely.
  • Use dev tools on browser and can confirm theme-name.css is just the litely css. cat theme-name.css within the container is showing the right content.
  • LEMMY_UI_EXTRA_THEMES_FOLDER is set correctly since the option for theme-name is showing up, it's just loading litely instead.

Not sure what I'm doing wrong here :/

view more: next ›