- 0 Posts
- 43 Comments
shrek_is_love@lemmy.mlto
Privacy@lemmy.ml•[Shitpost] Government bodies that block your VPN
42·7 days agoWhy do you use a VPN? I only use one when torrenting. Basically all my traffic is over HTTPS, and my DNS is encrypted via NextDNS so I don’t think I need one usually
I currently push to a private GitHub repository (planning on moving to a self-hosted Forgejo instance soon).
Although making my nix configuration public would be safe anyway since I use sops-nix which encrypts all my passwords in the repo using a key derived from my SSH key. During nixos-rebuild it decrypts them and puts them each in their own text file at
/run/secrets, with permissions set so you need sudo to view them. (The permissions can be tweaked as needed)It was a pain in the neck to get started with initially (like NixOS itself), but it was very much worth it. (Basically a necessity since putting secrets even in a private repo is considered bad practice)
shrek_is_love@lemmy.mlto
Selfhosted@lemmy.world•tinyfeed 1.5.0: build a webpage for your feedsEnglish
1·18 days agoI got it working, thanks! I think I found a minor bug though. I could only get the
--templateflag to work when the file is in the current working directory. Subdirectories and absolute directories didn’t work. I worked around this by simplycding into where my template was stored before runningtinyfeed.Even
tinyfeed -i feeds.txt -o index.html -t ./template.html(with./) results in:fail to output HTML: fail to render HTML template: template: "./template.html" is an incomplete or empty template
shrek_is_love@lemmy.mlto
Selfhosted@lemmy.world•tinyfeed 1.5.0: build a webpage for your feedsEnglish
6·19 days agoCheck the demo: https://feed.lovergne.dev/demo
It links out to the source webpage, so this might not be what you’re looking for.
Although this might inspire me to build a single page app generator using Astro that does that.
shrek_is_love@lemmy.mlto
Selfhosted@lemmy.world•tinyfeed 1.5.0: build a webpage for your feedsEnglish
2·19 days agoThis looks awesome, definitely gonna try this out! Any plans to add images/thumbnails? Looks like gofeed already returns them.
Do you use git? That basically forces you to do some documentation as you go. Multi-line commit messages are often helpful too. (When I first learned git, I only committed using
git commit -mwhich is a bit restrictive in terms of how much you can fit in commit messages)
All my computers (including servers) share the same NixOS Flake. So my documentation consists of:
- The Nix code itself
- The commit messages for each change I make
- Inline comments in the Nix code
- A few readme.md files to explain the contents of certain directories
shrek_is_love@lemmy.mlto
Selfhosted@lemmy.world•self-hosted image hosting like Imgur?English
8·27 days agoI think copyparty would accomplish that pretty well
shrek_is_love@lemmy.mlto
Self Hosted - Self-hosting your services.@lemmy.ml•[Help] What are some good services to put in my upgraded setup?
2·1 month ago- Jellyfin and MediaManager for movies / TV shows
- Navidrome, slskd, and SoulSync for music
shrek_is_love@lemmy.mlto
Fediverse@lemmy.world•eYou promises to change social media. But the alternatives already existEnglish
542·1 month agoif the problem is that major platforms are centralized, opaque, and controlled by corporations, why would the solution be yet another centralized platform controlled by a corporation?
Because people are brainwashed into only trusting billionaires, corporations, brand names, and consumer packaged goods to solve all our problems.
shrek_is_love@lemmy.mlto
Selfhosted@lemmy.world•What are your favorite low-footprint self-hosted services?English
1·1 month agoAny advantages over using Seal for Android? Is it primarily for iPhone users?
shrek_is_love@lemmy.mlto
Technology@lemmy.world•Google gives Android users a way to install unverified apps if they worked hard for it(including waiting 24 hours)English
43·1 month agoThey think this will take some of the heat off of them. Hopefully no one actually thinks this is a reasonable compromise. If I want to help an elderly family member install something on their phone during Thanksgiving dinner or a family reunion, I’m not gonna want to wait a day. Uncle Paul’s flying back to Florida tomorrow morning!
shrek_is_love@lemmy.mlto
Selfhosted@lemmy.world•What's the best Open-Source selfhostable Notion replacement?English
2·1 month agoI’ve recently gotten really into HelixNotes, which I sync to my phone via Syncthing. And the developer is on Lemmy. They’ve been pushing a lot of updates so I’m excited to see where it goes.
I’ve been noticing that more and more projects are being hosted on Codeberg lately. Some examples:
- Forgejo (The software that powers Codeberg!)
- HelixNotes
- Mineclonia
- Pay Respects
- SuperTux Advance
- Betula
- Nitropage
shrek_is_love@lemmy.mlto
Selfhosted@lemmy.world•What's your self-hosting success of the week?English
1·2 months agoI got Terminus for the TRMNL set up using Podman on my server running NixOS.
Although I’m actually planning on replacing Terminus with my own simple server app that way it can be even more declarative (no Postgres database of devices/users/screens) and easier for me to customize. The API I’ll have to implement is extremely straightforward, so I don’t anticipate it taking too long.
shrek_is_love@lemmy.mlto
Selfhosted@lemmy.world•What's your self-hosting success of the week?English
2·2 months agoI’m curious what alternative to Pi-hole you set up. (I’m planning on installing Pi-hole soon but wanna hear all my options)
shrek_is_love@lemmy.mlto
Selfhosted@lemmy.world•What's your self-hosting success of the week?English
2·2 months agogood bot
Take this with a grain of salt since I haven’t done much scraping (yet; I have a project I just started planning)
I’ve heard you’re more likely to get blocked for using a VPN since some sites will block requests originating from data centers, which is less likely to happen coming from a residential IP address. (Although if you’re already using a VPS, the right proxy may help)
This might be useless advice, but it might just be best to increase (and randomize) the amount of time between requests.
And to answer your question, Mullvad is what I use, and it’s what I see reccomended (from both Reddit, and The Wirecutter) the most often because they store so little of your data, and you can even pay in cash.

Are you interested in hosting this for people you already know and trust, like friends and neighbors, or am I misunderstanding your use case?
I’ve never tried it myself, but maybe see if Snipe-IT would work for your needs?
From their docs intro:
Unfortunately it doesn’t support OIDC.
There’s also the Koha library management system which does support OIDC.