I think everybody on here is constantly keeping an eye out for what to host next. Sometimes you spinup something which chugs along nicely but sometimes you find out you’ve been missing out.

For me it’s not very refreshing or new: Paperless-ngx. Never thought I would add all my administration to it. But it’s great. I probably can’t find the thing I need, but I should have a record of every mail or letter I’ve gotten. Close second is Wanderer. But I would like to have a little bit more features like adding recorded routes to view speed and compare with previous walks. But that’s not what it is intended for.

What is that service for you?

32 points

https://radicale.org/ is taking care of our address books, shared calendars for the family, todos and notes, all with one Backend but many different clients on different operating systems.

permalink
report
reply
4 points

Looks really great. I’m depending on Synology for CalDav and WebDav but if I can move away from that to make switching NAS in the future easier, that would be great.

permalink
report
parent
reply
14 points

For low end dum-dums like me, https://sabre.io/baikal/ is a simpler, but very stable caldav solution. I bet Radicale has more features, but did I mention being low end? 🙂

permalink
report
parent
reply
4 points

Same thing for me. I couldn’t get radical running and baikal was easy :)

permalink
report
parent
reply
74 points
*

I’m hodsting my own Matrix server with WhatsApp, Telegram, Discord (you don’t need a bot for that, you can just share your login with the bridge) and Messenger bridge. I have all my IMs in one app, don’t have to install spyware on my phone, and I can make bots that troll annoying people that message me on any platform.

Hosting it was super simple, thanks to the Ansible project that’s extremely robust and well done, I literally just got a hosting, domain amd changed like 5 config values to enable the bridges I wanted, gave it an IP and ssh key, and ran it. And if I need to update, I literally “just update” (it’s all wrapped up into “just” tool), and it eve handles cases where I didn’t update for a while, failing graciously and telling me what I need to do maually, usually just rename some config values.

I wholly recommend it. You probably wont convince your friends to switch from <insert app here>, and this is the best compromise.

I’m using a small instance on Hetzner, for 6$ a month. You could in theory get a free oracle cloud instance for it, but I didn’t manage to get one.

And you can easily share it with anyone interrested, make them an account, so they can also consolidate their DMs. I’m sharing it with a few friends and colleagues.

permalink
report
reply
7 points

Would you recommend the Discord bridge? I’ve always wanted to install that as well. Is there anything I want to know before putting in the effort to install and configure it?

permalink
report
parent
reply
5 points

@hendrik@palaver.p3x.de which discord bridge? For Matrix? The one that operates as a Discord bot works perfectly. Don’t know about the ones that want your login token.

permalink
report
parent
reply
3 points

I was thinking of mautrix/discord. Is that the one you use?

permalink
report
parent
reply
6 points
  1. A puppeting (personal account) Discord bridge basically requires your own homeserver. You are trusting the homeserver owner / bridge host fully with your Discord account.
  2. It is technically against Discord ToS. While I don’t think anyone’s been banned yet, several people have started receiving warnings that they “spammed”, most of them after sending an attachment. These warnings are on your account for 2 years, and could contribute to an account ban.
  3. Voice chat is not, and probably will not be supported.
  4. Do NOT bridge a “large” server. You are essentially re-hosting the chats, which can be extremely taxing for large and active Discord servers.

I use mine for a single channel in a “medium-size” server (~2k people), a friend group server, DMs, and a few channels that follow a bunch of announcement channels on other servers.

permalink
report
parent
reply
2 points
*

Those are certainly valid points. But do I want to care about that? Honest question… Discord also doesn’t care about my privacy. Or making the internet a better place. So I think -in turn- I feel quite alright to ignore whatever client they like me to use. And their exact ToS.

What’s with the “taxing for large and active Discord servers”? Does it lead to issues if I’m not using their Electron app or website? I can’t imagine where this additional strain on their servers would come from?! I run my own homeserver, by the way. So I shouldn’t weigh down on anyone else’s server…

permalink
report
parent
reply
2 points

As far as I know the Discord bridge has some limitations, the major one being that IIRC it doesn’t atually support calls. But just for chatting across servers it has worked well for me.

There’s also the fact that you have to either trust the project with your password (as in, the the bridfe adds a matrix bot that runs on your server, but needs your pssword), since I think it uses the web version in the background (but then you can also use it for DMs and any server), or set up a bot on the discord server you want to bridge, which obviously cant be done if you’re not an admin. It’s a foss project, but there’s always a small risk of it gping rogue.

permalink
report
parent
reply
1 point
*

I think I’d be fine with that. I’m using lots of Free Software projects, have Linux on my computers, wifi router, use random projects and Fediverse platforms … So far every time one of my passwords got leaked it was some breach of a proprietary platform (last.fm, Facebook, …) while the Free Software has served me extraordinary well. Usually it even limits the insatiable hunger for private data those commercial platforms have…

permalink
report
parent
reply
12 points

You’ve just made me waste the next 2 days, because this sounds great! Only thing I’m a bit hesitant about is trusting all bridge makers. I’m a bit more aware that I use a lot of FOSS where it could be easy for the dev’s to just go rogue. But that’s still better than giving it away to some closed source company.

permalink
report
parent
reply
4 points

WhenI was setting it up, it took me only like two hours tops. The ansible project is well documented, has a clear setup guide, and the process is really just getting server with ssh access, changing DNS, changing around 5 values in the ansible config and running it.

permalink
report
parent
reply
2 points

Would you mind sharing the link t the ansible project?

permalink
report
parent
reply
1 point
permalink
report
parent
reply
2 points

Thank you!

permalink
report
parent
reply
3 points

https://github.com/spantaleev/matrix-docker-ansible-deploy

Its pretty well documented and easy to follow, it took me only like an hour to setup.

permalink
report
parent
reply
1 point

Thank you!

permalink
report
parent
reply
0 points

There’s a matrix whatsapp bridge??

permalink
report
parent
reply
1 point

There is, but it requires you to log into the app every two weeks to maintain a session. You can setup a emulator to do it for you. I just have a separate profile on my Graphene with Only WhatsApp that I switch to and login whenever I get a warning.

permalink
report
parent
reply
1 point

When I was looking into matrix bridges I heard a bunch of stories about people getting their accounts blocked after using them through the bridges. Is this still an issue?

permalink
report
parent
reply
2 points

Once in a while discord signs me out and I have to do a bunch of extra sign-in steps on the official client. But otherwise I have discord, WhatsApp, Google voice, Google chat, Google messages (sms), Facebook, telegram, signal.

All the mautrix bridges are will made and robust

permalink
report
parent
reply
1 point

I’ve been using it for almost a year by now, and so far I didn’t have any problems. I’ve not considered that problem though, so it might be happening and I was just lucky.

permalink
report
parent
reply
4 points
*

How do you get around the requirement to run the official app somewhere?

I run a WhatsApp and signal bridge, but not recommend running the official app on a phone

permalink
report
parent
reply
3 points

WhatsApp disconnects you if you don’t open the official app every 14 days or so. So you definitely need it. I run it on an old tablet. It’s supposed to run in a virtual machine (running Android) as well.

permalink
report
parent
reply
2 points

I’ve used an old phone just for this task… ;-)

permalink
report
parent
reply
2 points

Yeah, that part about WhatsApp is annoying. I just have a spearate profile on Graphene that has only WhatsApp installed, and whenever it wants me to refresh a session I just switch to the profile and log in.

permalink
report
parent
reply
48 points

PaperlessNGX Syncthing

Paperless is rEally awesome… Scan to folder, it will automatically be sorted and categorized, full text search and one neat thing: It just stores the pdf in subfolders which makes backup also usefull without paperless

permalink
report
reply
13 points
*

I second paperless-ngx. I’ve gotten rid of almost all paper docs, just scan everything in. It makes taxes so much easier because I can easily filter year to year for comparisons.

Didn’t notice OP said this as well.

permalink
report
parent
reply
1 point

If you don’t mind me asking, how/on which criteria does auto-sort and -categorization work? Scanning file name and contents? But then you’d have to pre-define some sort of keywords, no?

permalink
report
parent
reply
2 points

Yes, you have to set attributes and clients. First documents you have to set everything yourself but it gets usefull really fast. I just scan a letter, and look througout the day if it was correct recognized and maybe correct it

permalink
report
parent
reply
1 point

And if you don’t review your new documents very often, the auto-tagging and filtering options make it easy to just go through your inbox when you get a chance, knowing you didn’t miss something.

permalink
report
parent
reply
2 points

You can predefine keywords/phrases, yes. But there are many other options. You can tag different documents based on how they wherer ingressed (which e-Mail they came/were sent to from for example). I have it set up so that my scanner has a few different quick action buttons which atomatically upload the documents into different folders (think bills, helthcare, bank, etc.) Then paperless tags and sorts them based on those folders.

I also does machine-learning when enabled which works ok in my experience.

permalink
report
parent
reply
2 points

It’s actually quite simple - not sure how it does work under the hood, but take a look at your documents. Every insurance, employer or company has its own letterhead with logo, contact information and legalese. You just tell paperless on one document “hey, that is my insurance, please tag everything like this as insurance” and it will do that.

permalink
report
parent
reply
26 points

Jellyseer

Even though I don’t have it hooked into an arr stack it is still useful for what is upcoming.

permalink
report
reply
4 points

why use jellyseer? what are the advantages of it compared to just using jellyfin.

permalink
report
parent
reply
5 points

You can’t request media?

permalink
report
parent
reply
1 point

Can still request it without an arr stack - it just won’t download it :) Can then buy the Blu Rays and rip. Also jellyseer has a watchlist you can add stuff to to keep track

permalink
report
parent
reply
18 points

They do different things.

Jellyfin plays the media, jellyseer lets me see what films and tv shows are upcoming and select it to be downloaded when I get some time.

permalink
report
parent
reply
39 points

https://github.com/Stirling-Tools/Stirling-PDF

Happens to be more useful than I originally thought.

permalink
report
reply
4 points

I installed this at my work. Became pretty popular 😎

permalink
report
parent
reply

@poVoq @Guadin
"Enterprise SSO " 🤕

permalink
report
parent
reply
2 points

It supports bog standard Oauth2. Easy to integrate into Nextcloud for example.

permalink
report
parent
reply
5 points

Authentik FTW!

permalink
report
parent
reply
6 points

I’ve installed it as well but the blackout/redact feature didn’t work as expected…So not sure if it will be that useful for me. But since I ditched Adobe, I now at least have a PDF editor.

permalink
report
parent
reply
1 point

I was disappointed with the automatic redact feature too, but saw that they just updated and added a graphical one also.

permalink
report
parent
reply
2 points

Thanks, that’s good to know. Going to update it right away, hopefully this will solve my problem.

permalink
report
parent
reply
3 points

Would recommend putting a memory limit on the container.
I had it crash my server by eating it all up.

permalink
report
parent
reply
1 point

What limits do you set on yours?

permalink
report
parent
reply
1 point

1 gig IIRC

permalink
report
parent
reply

Selfhosted

!selfhosted@lemmy.world

Create post

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.

Rules:

  1. Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

Community stats

  • 4.7K

    Monthly active users

  • 3.8K

    Posts

  • 83K

    Comments