• 2 Posts
  • 54 Comments
Joined 1Y ago
cake
Cake day: Jun 03, 2023

help-circle
rss

For what reason are you trying to avoid docker? since most projects provide docker images and an example docker-compose.yml it’s very easy to get the application you want running.

Otger projects that do plug and play application setup like yunohost etc. are casaOS and umbrel (both use docker under the hood btw)



If you use let’s encrypt certificates on that subdomain it’s pretty easy to find. https://crt.sh/


It depends on your risk profile. On a private tracker it is much less likely that copyright trolls sit in the leech and log the ip of every peer, which is the main reason to use a vpn on public trackers. But it still increases your anonymity if you torrent over VPN.

And If your isp doesn’t allow port forwarding you could become connectable by using a VPN provider that provides that feature


With tinfoil and a good shop, updating switch rooms can be almost as convenient


coomer.su has an importer tool where you just need to provide your session key


The best about homepage is configuring it via docker labels


The domain for their instance got seized. They don’t plan to host another public instance on a different domain but the development still continues you just need to spin up your own instance or use one someone else runs https://movie-web.github.io/docs/instances Edit: I think they still run the backend that can by anyone. You’ll just need to run your own fronted

Source: https://github.com/movie-web/movie-web/issues/936


Without private trackers the best way to get German content would probably be through Usenet. Scenenzbs.com would probably be the best indexer there.

Getting into some of the larger German private Torrent trackers isn’t that hard though.


I use Ubuntu server as well and for me it mainly was that I was already familiar with the Ubuntu way of doing things. :D And Ubuntu Server has a few more convenience features like kernel livepatching. And I think the software on Ubuntu LTS is a bit less outdated than that on Debian stable


I run Anonaddy on a oracle cloud server without issues. You’ll need some SMTP relay service like smtp2go or mailjet of course. But other than that it works fine.


Port 25 is only blocked outbound. Recieving mail works fine on oracle cloud free tier servers.


It’s probably best to still use a VPN or seedbox. But the chance that you get some nice mail is much lower because much more effort is required by the lawfirm. In order to get the IP addresses of people seeding the torrent they would first need an account and would get banned pretty quickly by not seeding or just snatching hundreds of torrents and not downloading them


I use docker-mailserver which is just one docker container running the basic services without the complexity of a webui an managing groupware


https://github.com/fnep/mtv_dl mtv_dl allows searching the Mediathekview database from the command line and download all videos that haven’t already been downloaded and that fit the search. I use it to download new episodes from TV shows that I’m interested in


what Usenet provider are you using? the ones I’ve found were much more expensive


I currently use it (I don’t self host the server component though) and it works pretty flawlessly


It wasn’t end to end encrypted though because that wouldn’t have allowed server side virus scanning


You could proxy your Webservice though a reverse SSH tunnel to a vps (that’s basically what cloudflare tunnels do)


Since it just uses markdown files in a directory, You could use anything to synchronise the state. E.g. nextcloud desktop or git


the parent image should support that arm version, so you could just build the docker image locally on your pi and use that.

Btw. There already is an open pull request to add arm support


Local versioning with btrfs rsync copy to other machine in home network rsync to NAS at my parents home



It’s easy to get going with something like that, But it’s much harder to migrate to something else. Additionally yunohost doesn’t have Support for some kind of containerisation, which I find very useful, when I just want to try some application and completely remove it afterwards (without praying that my single database doesn’t break). I mostly use portainer to manage my Selfhosted applications, and it would be quite easy to switch to docker compose or another container orchestration platform if portainer does something funky


The Global Marketshare of mobile Operating Systems is very similar to the values from the survey. The conclusion probably still makes some sense because most responses came from the United States


If you plan to use docker containers for qbittorrent. gluetun is a pretty good way to put everything behind a vpn. It supports openvpn and wireguard, with presets for many providers




But if you modify the source code you’ll probably need to link that somewhere e.g. in the sidebar


I have a Raspberry pi 1b that runs adguard home and a VPN server


Reading this post on my mi A3 right now :D


Yeah seems like they mix up homelabbing and selfhosting a lot


selfh.st community survey
fedilink
100

Using traefik as your first reverse proxy might be a bit daunting. Caddy or “nginx reverse proxy” are much easier to configure.



If you want to use OpenSUSE leap as your OS autoyast is made for that: automatic installation and configuration of new systems without (or with minimal) attendence

Or you could write an bash script that makes all those configurations and just run it after finishing the Install.

An ansible playbook would be another option to do these configurations semi-automatically


Are there any brave forks that throw out all the bullshit? Bold browser seems pretty dead



You need to register an account on their demo page (this account gets automatically deleted after a while). And then you can create deployments, that can be embedded into other forms


You could use something like mCaptcha, which isn’t really a captcha (because it doesn’t do a Turing test), but fills the same use case, by providing users with a proof of work challenge, which rate limits them like a captcha would


  • The entry node doesn’t know what data is being transmitted (or from where that data is) only who it’s being transmitted to.
  • The middle nodes know nothing about the data and just know the previous and next hop.
  • The exit node knows what data is being accessed (if it’s not being accessed via Https) but not who is accessing it

So in other words: no, you’re not transmitting unencrypted data


Selfhostable Dmarc monitoring Dashboard
Are there any self-hostable analytics tools? I have been using the easydmarc.com saas for that but they only allow one domain now. What they mainly do is just parsing the xml files that get send to them via email and displaying the data on a Dashboard. I have found a few other websites that do the same but no self-hostable application. and i don't really want to read xml files by hand :D the only thing i could find is this hacked together project https://github.com/debricked/dmarc-visualizer what do those of you that self-host you email do to monitor if your emails get delivered sucessfully?
fedilink