I can recommend linkding..
- 0 posts
- 23 comments
- 3 years
My Futro S740 with an J4105 CPU consumes up to 14 Watts according to this article. It is faster than a rpi 4b plus i bought it refurbished for 40€. I think a system with an I5 6500t will need even more power under load.
- 3 years
Yeah, thin clients are the way to go, but tgey will draw more than 5-7 Watt under load.
- 3 years
And which piece of consumer hardware offers more computing power (relevant for minecraft server) for the same amount of electrical power than a rpi4?
- 3 years
You can’t have more calculation power for the same electrical power consumption. A thin clirnt with an i3 or i5 maybe.
- CAPSLOCKFTW@lemmy.mlto
Selfhosted@lemmy.world•How do I make sure my Nextcloud instance is accessible only to people in my local wifi?English
3 yearsSince your other question is already answered:
think leaving it as it is (unencrypted, no domain name, only accessible through IP) will be problematic.
Yes, that’s no biggy since it is on your local network only. But be aware that everyone that has access to your network could potentionally capture all the files you’re transfering and your nextcloud credentials as well. Other than that, your communication with nc will be encrypted on the wifi layer.
- CAPSLOCKFTW@lemmy.mlto
Selfhosted@lemmy.world•Self-hosted podcast aggregator/streamer, NOT downloaderEnglish
3 yearsSo you want to redirect podcasts over your server and save your progress there? Maybe icecast (maybe combined with mpd) will do the trick?"
- CAPSLOCKFTW@lemmy.mlto
Selfhosted@lemmy.world•[Question] does anybody know CalDAV+CardDAV server with multiuser LDAP support?English
3 yearsI’m using mailcow which comes with sogo groupware which works nice with davx⁵ on android, calendar, mail (with fair email app), tasks (with tasks.org app) and contacs.
- CAPSLOCKFTW@lemmy.mlto
Selfhosted@lemmy.world•How can I migrate my microSD card install of OMV to an SSD?English
3 yearsWhy not? Of course you should not install or uninsta anything while rsync runs…
- CAPSLOCKFTW@lemmy.mlto
Selfhosted@lemmy.world•How can I migrate my microSD card install of OMV to an SSD?English
3 yearsI would argue that rsync is better suited to clone your file system when using linux. Just prepare the partitions (plus point: you can alter partition sizes and reorganise like having a new partition (or even device) for your /home or whatever) and mount them, then
sudo rsync -ahPHAXx --exclude={/dev/*,/proc/*,/sys/*,/tmp/*,/run/*,/mnt/*,/media/*,/lost+found} / /mntThen fix your fstab and reinstall your boot loader. Way faster than dd and can be done on a running system.
- CAPSLOCKFTW@lemmy.mlto
Selfhosted@lemmy.world•How can I migrate my microSD card install of OMV to an SSD?English
3 yearsWhy dd over rsync?
- CAPSLOCKFTW@lemmy.mlto
Selfhosted@lemmy.world•What got you into selfhosting and what was the first thing that you hosted?English
3 yearsTry mailcow and follow their manual on configuration. Gmail, some big european mail providers, smaller organisations, my mails arrive everywhere. Despite having a somewhat dodgy tld.
- 3 years
Haven’t tried yet. I’m evaluating atm if I need it or not.
- 3 years
Photoprism offers multi user for sponsors
- CAPSLOCKFTW@lemmy.mlto
Selfhosted@lemmy.world•What are you using for photo storage and organization?English
3 yearsThanks for the effort but i might just toss them the coins.
- CAPSLOCKFTW@lemmy.mlto
Selfhosted@lemmy.world•What are you using for photo storage and organization?English
3 yearsAh, thanks for the heads up. Last time I looked the said they might implement it in the future.
- CAPSLOCKFTW@lemmy.mlto
Selfhosted@lemmy.world•What are you using for photo storage and organization?English
3 yearsPhotoprism is one user only, maybe some day they wil implement multi user. You can donate to give them an incentive to work more on it. For me it is good enough.
- CAPSLOCKFTW@lemmy.mlto
Selfhosted@lemmy.world•First-time self-hoster here. OS and DNS QuestionsEnglish
3 years- Go Linux. It is far superior.
- get a domain (third level from here for free for starters) and ssl certs from lets encrypt. IP Addresses and no or self signed ssl will look super shady for any not coputer savy person and is unsafe (at least no ssl is)

You can basically connect any local port to any remote port normal or reversed. Reversed is -R, normal with -L. In this setting, correct me if im worng, you want to connect the open port on the airplane to one already prepared on a vps which allows you to do what you want e.g. proxy websites.