- 0 Posts
- 23 Comments
tuxec@infosec.pubto Selfhosted@lemmy.world•Searchable db/Knowledge Management Software [SOLVED - THANKS]English1·11 days agoAnytype
Checkout this one: https://blog.haschek.at/2020/the-encrypted-homelab.html
It might be what you’re looking for.
tuxec@infosec.pubto Selfhosted@lemmy.world•Best web archiving software for complex sites and sites requiring logins?English1·3 months agoZotero
I’m actually paying a yearly subscription to support the project. I have the self-hosting task in my backlog, but I keep dragging it 😶🌫️
NewsBlur
tuxec@infosec.pubto Selfhosted@lemmy.world•How do you keep track of vulnerabilities?English1·3 months agoThere are a couple of things to cover here:
-
Keep your software/containers up to date. You can subscribe to the GitHub repo and configure it to get notified for new releases and security alerts. Complementary, you can use RSS feeds, newteleases.io and/or WUD (What’s Up Docker) and add labels to your docker compose files. Personally, I check the notification once a week and change the version for all minor tools I’m using. If there is a major release (or new Immich version) I read the changelog and update instructions (if it’s the case).
-
For container security scans, you can use Trivy, but the problem is that you don’t have a centralized overview of your scan results. For this you can use DefectDojo. Depending on the case/threat model, vulnerability management for self-hosted things might be overkill, but highly recommended of you want to learn more about this. It worth mentioning Trufflehog as secrets scanner and sops as a solution to encrypt sensitive data so you can push it to git/SCM.
-
tuxec@infosec.pubto Selfhosted@lemmy.world•Anyone run a matrix server in the cloud? How much does it cost you?English1·3 months agoI don’t know. I read it as “an interior piece of software”
tuxec@infosec.pubto Selfhosted@lemmy.world•Anyone run a matrix server in the cloud? How much does it cost you?English2·3 months agoYou might wanna check out this article: https://lukesmith.xyz/articles/matrix-vs-xmpp/
I found it after I already settled with snikket.im The mobile application is reliable and there is Conversation as desktop client. From my point of view, the audio and video quality of Snikket are way better than Matrix.
It worth mentioning that initially I wanted to set up a Matrix server also, but I had second thoughts because I knew how resource intensive are the mobile app and the server also.
Lidarr, SpotSpot, Jellyfin (Symfonium for listening to music on my Android phone).
I use Spotify (web version) or Lidarr to look/search for the name of the albums for different artists and then download it with SpotSpot (consider pairing it with Gluetun). For me, this is perfect!
Edit: While on my computer, I’m using Feishin to listen to music from Jellyfin. I usually create the playlists from there.
The last commit was 5 years ago. There are very high chances the container image is full of vulnerabilities. You might wanna rebuild it yourself.
It’s fairly simple with Caddy. https://marko.euptera.com/posts/caddy-webdav.html
tuxec@infosec.pubto Selfhosted@lemmy.world•Preferred RSS/Newsfeed Reader Solutions?English4·7 months agoI tried so many and I find NewsBlur the best one because of its options to train based on specific tags coupled with Focus reading. Sooner or later you’ll get flooded with articles without these features. I also like reading the articles distraction free. (it pull the content of the article in the app)
tuxec@infosec.pubto Selfhosted@lemmy.world•Anyone self-hosting ActualBudget? (with connection to bank)English1·8 months agoI’m not familiar with any of those two, but yes, you can add split transactions.
tuxec@infosec.pubto Selfhosted@lemmy.world•Anyone self-hosting ActualBudget? (with connection to bank)English15·8 months agoHi,
I’m using Actual Budget and I connected my company’s bank account (wich is on someone’s name) with it to sync all transactions.
From a privacy perspective, I share your concerns. This was the reason I haven’t connected any of my personal accounts.
The sync in itself is useful, but if you’re making a routine to add an entry in Actual everytime you’re making a purchase, you’ll get the most of it without trading your privacy.
I’m syncing Spotify playlists with Lidarr and play my music in Jellyfin or Symfonium.
tuxec@infosec.pubto Selfhosted@lemmy.world•Does anybody know an open source self hosted application to create diagrams? Like draw.io or something like thatEnglish2·9 months agoThanks! Now I’m intrigued. I’ll try to set it up this weekend.
tuxec@infosec.pubto Selfhosted@lemmy.world•Does anybody know an open source self hosted application to create diagrams? Like draw.io or something like thatEnglish6·10 months agoHave you done it? I’m interested in this. Any tips and tricks? Maybe you kept some notes?
Thanks!
I see you’ve got some downvotes, but without anyone suggesting a solution.
You can add the mount points in the docker compose file and then configure Jellyfin to read from the path(s) mounted in the container (/media/movies)
Eg:
volumes: # local path : path in container - /mnt/storage/media/movies:/media/movies