- 9 Posts
- 286 Comments
vort3@lemmy.mlto
Open Source@lemmy.ml•Self-hosted, booru-style gallery for a personal image collection written in Go
1·3 days agoCan you set up docker in a way that it does not mess with my firewall?
vort3@lemmy.mlto
Open Source@lemmy.ml•Self-hosted, booru-style gallery for a personal image collection written in Go
1·3 days agoYou see, this is an issue for me because I don’t want my ports “automagically” being open, I want to know exactly which ports are in use and by which apps, I don’t want package manager to manage my ports. I know this sounds “old school” but I prefer to control my ports manually and I don’t want my iptables rules be a mess I can’t understand.
Maybe that’s more of a “me” issue than a docker issue, but anyway, I prefer to not use such software.
vort3@lemmy.mlto
Open Source@lemmy.ml•Self-hosted, booru-style gallery for a personal image collection written in Go
2·3 days agoSo, how do I use iptables to open ports for docker apps? Usually I install a thing that requires for example port 8080, and I open the port 8080. Does docker respect iptables?
vort3@lemmy.mlto
Open Source@lemmy.ml•Self-hosted, booru-style gallery for a personal image collection written in Go
3·4 days agoYes but the app in OP clearly states it’s not meant to be open to the internet, it’s just a booru with web UI to be used on localhost. So it kinda has nothing to do with self hosting in a regular sense, why docker?
vort3@lemmy.mlto
Open Source@lemmy.ml•Self-hosted, booru-style gallery for a personal image collection written in Go
122·4 days agoBecause I don’t like docker. It’s one more abstraction layer that I don’t understand, going to spend time learning how to use it, need to maintain it, it’s gonna take up space on my SSD etc.
Same for flatpak, snap etc.
One developer thinks flatpak is the latest shiny hype thing ans releases his software as a flatpak. The other does snap. Third one prefers docker. Fourth one maybe something else.
I don’t want to maintain this zoo of package managers on my desktop and think about “wait, was this app a docker or a flatpak, how do I update it?”. I want to sudo apt install everything because that’s the default package manager for my distro and I expect all the software to be in a repo that works with it.
Not to sound entitled or anything, it’s just natural to not want to use docker imho.
vort3@lemmy.mlto
Open Source@lemmy.ml•Self-hosted, booru-style gallery for a personal image collection written in Go
2·4 days agoLooks nice, can this work without docker?
It depends.
Have you tried GNU Cash?
vort3@lemmy.mlto
Open Source@lemmy.ml•Kitchenowl creator has been flagged without warning making all of their repositories return 404, while in their settings all of the repositories still look normal with public visibility.
43·28 days agoIdk what is “kitchenowl”, but yesterday I had a situation where I need to create a github issue (well, I needed a software developer know about something, and the software is only hosted on github).
I created a new github account, created an issue, logged out and saw that my issue isn’t there. Turns out my account was flagged. I tried to reach support, but github asks to enable 2FA for this. Added an authenticator.
Turns out, you still can’t reach github support until you add and verify a phone number via SMS. No way I’m giving away my phone number to microsoft.
So, it’s not possible to reach the support, there is no email address, and I can’t create issues. What a joke. I wish people in FOSS community stopped using github.
In the end, I just found the dev’s email address and sent them an email.
I like inkscape but snapping is terrible. In corel I just drag whatever I need with my mouse and it just snaps to where I need it to be. I always thought this is fairly simple and standard but when I tried snapping in Inkscape, it always tries to snap to something on the other half of the document.
I need to constantly change snapping options to make it work whereas in corel I enabled all the options, set and forget thing, it just does what I want every time, as if it’s reading my mind, without the need to toggle snapping options every time.
I’d say the stopping thing is a few multiplayer PvP games with anticheat, also some software that won’t work in Wine (adobe products, corel products, microsoft products).
Yes, I know alternatives exist (Krita, Inkscape, LibreOffice). No, they are not 100% drop-in replacements. I for myself love working in LibreOffice Writer, but when you work in a place where everyone except you uses MS Word and expects DOCX files, you can’t “just” switch to linux without issue.
vort3@lemmy.mlto
Open Source@lemmy.ml•Inkscape needs help. The Inkscape team is hiring one issue administrator and two C++ developers for part time positions
3·2 months agoIs it somw kind of hug of death? I’m getting 403 forbidden.
IMHO it’s the best PDF editor out there, idk why Adobe is considered the standard PDF software when it’s so terrible compared to PDF XChange. XChange editor has every possible tool I ever needed, you can move around objects, change text, move and rotate and crop pages etc. It’s just so good. You can’t even edit text in adobe acrobat properly because it will break the text layout, in XChange you can if you’re careful with fonts, spacing, indents etc.
It’s miles ahead of adobe acrobat and works in Linux as well, I know it’s proprietary and pursists will hate me but it’s my go to tool when I need to do anything serious with PDF in both windows and linux.
Others have already explained about PDF not being easy to edit and lack of FOSS tools.
The only advice I can give is that PDF XChange editor works well under Wine if you have it.
vort3@lemmy.mlto
Open Source@lemmy.ml•HelixNotes now on Android, same Rust + Tauri codebase
1·2 months agoThen it won’t update.
vort3@lemmy.mlto
Open Source@lemmy.ml•HelixNotes now on Android, same Rust + Tauri codebase
9·2 months agoPlease let me know when APK is in izzy droid. Yeah I know about Obtainium but tbh I hate to use it when f-droid is available instead.
vort3@lemmy.mlto
Open Source@lemmy.ml•HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
1·3 months agoCan you tell me more? Is it FOSS? Is it electron? Is it a UI for a folder of markdown files? Is there a native android app? What is “native” syncing? Do I have to pay for some kind of cloud?
vort3@lemmy.mlto
Open Source@lemmy.ml•HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
2·3 months agoIn case anyone is interested, AppImage won’t launch in Q4OS 5.8 (debian based distro), errors are GCC_13.0.0 not found and GLIBC_2.38 not found (which is surprising, I thought appimages ship all required packages together.
vort3@lemmy.mlto
Open Source@lemmy.ml•HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
3·3 months agoThanks, gotta try this!
Well, there’s Markor on android, so even without a dedicated android app, I can use Helix Notes + syncthing + Markor on the phone and ditch obsidian if it’s good.







Basically I want each tab to be unable to track me on other tabs, so tab isolation. Does firefox to this in normal containers?