selfhosted

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Dhrystone, in Joplin alternative?
@Dhrystone@infosec.pub avatar
Shimitar,

This looks… Overwhelming… O my… I want back to having only ONE alternative please!!!

DolphinMath, (edited ) in Joplin alternative?

I’m stuck on Joplin personally, but have you taken a look at Standard Notes? I think it checks all your boxes.

standardnotes.com/help/…/getting-started

github.com/standardnotes/filesafe-relay

possiblylinux127, in Best practices for media + piracy server

Just a note about piracy: Please don’t give the corporate overlords any reason to legally go after a Lemmy admin. There are plenty of dark web sites that I won’t mention but they are a better fit.

NeoNachtwaechter,

sites that I won’t mention but they are a better fit.

I would be very interested, too. Could you send me a link?

renere, in Joplin alternative?
@renere@lemmy.blahaj.zone avatar

for simple note taking, memos github.com/usememos/memos is excellent

renere,
@renere@lemmy.blahaj.zone avatar

i should add there’s an android app you can use with it as well: MoeMemos

Shimitar,

This combo looks promising!

rambos,

I love Memos and MoeMemos, but whenever my phone lose internet I cant open my notes. That made me move to Obsidin and Syncthing (for now)

renere,
@renere@lemmy.blahaj.zone avatar

oh that’s a shame, my phone is almost never offline so ive never had that problem 😅

themachine, in Nextcloud/CardDav/iOS trouble

Error message? Nextcloud logs?

Can’t tell you whats happening without information about what’s happening other than “it doesn’t work”.

electric_nan, (edited )

I am not seeing anything (relevant) in the Nextcloud logs (as viewed from the web app). In iOS I get a message about SSL verification failed, and do I want to try connecting without it. Either way it cannot validate credentials. I know the username and password are correct (tested multiple times/work to login in the browser), and the SSL cert is valid.

Also /var/log/Nextcloud/ is empty. Where else should I look for logs?

mlaga97, in Grocery shopping apps

My partner and I use a pinned issue as our grocery list on our git repo for managing our household. All running on top of a self-hosted gitea instance.

Great for being able to create git issues for honey-dos as well as having automations for creating issues for recurring tasks.

“Hey we need to take X to the vet for Y sometime next week” “Oh yeah, can you go ahead and put in a ticket?” Amd vice versa

EarMaster,

Can’t wait to tell my wife she has to create a merge request to change our plans for tonight. 😉

roofuskit, in What is your prefered way to get audiobooks/podcasts/ebooks for your audiobookshelf?
@roofuskit@lemmy.world avatar

Readarr and MaM.

namelivia, in Memos - Easily capture and share your great thoughts. Open Source and Free forever

Nice! But I’m currently using Obsidian for note taking

namelivia, in Grocery shopping apps

I’m using Mealie for this, and so far suits my needs

keyez, in Best practices for media + piracy server

I think the simplest setup is keeping all the apps and services on the local network and doing something like this guide so they are always behind a VPN. Then setup another VPN on unraid or another device to access from outside the local network. There are plenty of other guides for unraid and Plex and the arr stack out there, unraid is just what I use but can use whatever OS you would prefer.

unraid-guides.com/…/how-to-route-any-docker-conta…

areyouevenreal,

a) I am not using unraid

b) I was aware of using tailscale or a VPN. I don’t really want to do that as it requires running my whole connection through home Internet.

c) I also want to setup a reverse proxy even if I do only use it locally just so I am not dealing with ports and IPs. No bookmarks are not practical I have too many as it is.

d) At this point I am doing this the “right” way or at least the complex way because I can.

jmp242,

Well, what you could do is run a DNS server so you don’t need to deal with IPs. You could likely adjust ports for whatever server to be 443 or 80 depending on if you’re internal only or need SSL. Also, something like zerotier won’t route your whole connection through your home internet if you set it up correctly, consider split tunneling. With something like zerotier it’ll only route the zerotier network you create for your devices.

constantokra,

A, great. Overly complicated. B, wireguard lets you set your allowed IPS to your networks’s subnet so you only tunnel that traffic. C, that’s ideal. Use nginx proxy manager. It’s super simple. Buy a domain and you can use letsencrypt for SSL so you don’t get http nag messages from your browser. Old suggest something with cheap renewals like ‘.rodeo’ or ‘.top’. D, there are many right ways. Personally, i’d set up your services in a docker compose file, all behind gluetun as a VPN for your torrent service. I’d set up a wireguard VPN on a pi zero elsewhere on your network so you can access everything from outside, and on your wireguard clients i’d only tunnel the traffic to your network’s subnet. Unless you want everything behind the same VPN you use for torrenting. In that case i’d run a wireguard service in the same docker network as gluetun, so you can tunnel all your client traffic through that. You could even out a dns server in there as well, and manually set a domain name to your server’s ip so you don’t have to buy a domain name. Course, then you can’t use letsenceypt SSL.

monkeyman512, in Best practices for media + piracy server

I think 2 good concepts come to mind to help you make choices:

  1. Least privilege - Only give things/people just enough access/authority to get the job done. A good example is sonarr doesn’t need access to your personal photos to do it’s job, so don’t give it access if to them.
  2. Defense in layers - Nothing is perfect and you can make mistakes in configuration. Don’t rely on a single point of failure to protect you. If you want remote access use a VPN. But also take steps in your network like putting a password on the logins.
N0x0n, (edited ) in Best practices for media + piracy server

I’m also interested :)

What I can add is that if you selfhost locally your arr stack with jellyfin, there is no need for reverse proxy, authelia…or whatsoever !

If you are going to host you stack and make it available over the net and open ports in your router, yeah it’s mandatory ! With a wireguard tunnel… (I think portainer is the way to go for most user).

Locally you can just connect to your jellyfin’s private ip without to much complicated overheat.

Just secure and isolate your torrent connection and use a good VPN (like proton VPN).

A good starting point: github.com/navilg/media-stack/blob/…/README.md

areyouevenreal,

What’s a cie?

N0x0n,

Edited! XD maybe that wasn’t the best acronym ?

An other way to express “etc” xD

areyouevenreal,

Why use a VPN instead of a proxy? I found configuring a proxy much easier. I hate to say it but that stack is too simple for my setup. It’s missing half the stuff I use. I have also been avoiding qbittorrent because of issues with it forgetting login details.

hperrin, in Joplin alternative?

You can use a WebDAV server to sync your notes in Joplin, and if your WebDAV server has a web interface, you can view your notes in a browser.

May I suggest Nephele as a good WebDAV server you can use.

Available for Docker as well.

Shimitar,

Nephele looks promising! But how to view Joplin notes from browser? They don’t seems readable directly from folders but somehow messed up

hperrin,

They’re markdown files, so you can view them in the browser.

Shimitar,

Mmm, not really? This is what i get by opening a “d8c18c2732b5476c932be62a292750f8.md” file from my Joplin storage folder:

id: d8c18c2732b5476c932be62a292750f8 parent_id: 661a69f5c0df4c7fb1a2bf0657f0e198 item_type: 1 item_id: e66b22624674439582bfd11582e0e1db item_updated_time: 1705987325033 title_diff: “[]” body_diff: “[{"diffs":[[0,"/Spaces\n"],[1,"\nNotesnook.com\n"]],"start1":119,"start2":119,"length1":8,"length2":23}]” metadata_diff: {“new”:{},“deleted”:[]} encryption_cipher_text: encryption_applied: 0 updated_time: 2024-01-23T05:22:05.194Z created_time: 2024-01-23T05:22:05.194Z type_: 13

not really human readable to me (yes, readable, but…)

hperrin, (edited )

I didn’t realize Joplin saves in such an odd format. The filename is .md, but the format is something proprietary.

What’s weird is a few of my notes don’t look like that. They look like normal Markdown. But most look just like yours.

Shimitar,

Nephele looks great. After some fiddling i couldn’t make it work with sub-paths (/path/path) so i will keep using Apache as WebDAV server, which fits my bill so far. Unfortunately Joplin notes are NOT plain text (not even .md) as far as i can see, so that is not an option.

jenny_ball, (edited ) in Joplin alternative?
@jenny_ball@lemmy.world avatar

i went through a bunch of these and eventually settled on trilium

homegrowntechie,

This. Save yourself some time and just go with Trillium. It does not have a native mobile app yet, but when it does, there’ll be nothing to compare! :P

jenny_ball,
@jenny_ball@lemmy.world avatar

i sort of made the native app myself using an android app called hermit that is meant for that kind of thing.

MajorHavoc, in What is your prefered way to get audiobooks/podcasts/ebooks for your audiobookshelf?

It would be a shame not to shamelessly plug author (and anti-DRM activist) Cory Doctorow here. He has some really fun science fiction, and sells his audio books DRM-free through various sources.

Shamelessly, because lots of his protagonists are self-hosters of various types.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #