SinTan1729
- 3 Posts
- 16 Comments
SinTan1729@programming.devto Programmer Humor@programming.dev•Yes, I wrote a very expensive bug. In my defense I was only seven years old at the timeEnglish16·4 days agoAlso, I hate the name of the column. The frequent mention of the name “Who, Me?” just takes me out.
SinTan1729@programming.devOPto Selfhosted@lemmy.world•GitHub - SinTan1729/chhoto-url: A simple, blazingly fast, selfhosted URL shortener with no unnecessary features; written in Rust.English1·6 days agoIt was just a matter of setting the correct user. In most cases,
user: 1000:1000
should fix it.
SinTan1729@programming.devOPto Selfhosted@lemmy.world•Suggestion request: Self-hosted app for shared directories like google driveEnglish2·2 months agoHey, that looks awesome. I’ll try it out when I get back from work.
Edit: This is awesome! It satisfies my requirements and goes beyond. Great app!
SinTan1729@programming.devOPto Selfhosted@lemmy.world•Suggestion request: Self-hosted app for shared directories like google driveEnglish3·2 months agoThat’s a pretty good idea, actually. I’ll try that out. Thanks.
SinTan1729@programming.devOPto Selfhosted@lemmy.world•Suggestion request: Self-hosted app for shared directories like google driveEnglish2·2 months agoThanks, I took a look. It’s very close to what I want, but it still doesn’t support uploads in shared directories. It seems to be a pretty highly requested feature though. So maybe it’ll happen at some point.
SinTan1729@programming.devOPto Selfhosted@lemmy.world•Suggestion request: Self-hosted app for shared directories like google driveEnglish211·2 months agoStorage, RAM, CPU usage. I prefer not to have such a large piece of software running for no reason. It might seem silly, but I hate using resources for no reason. I’ll rather have 5 lightweight apps running instead of a huge one, of which I’ll only use a few parts.
SinTan1729@programming.devOPto Selfhosted@lemmy.world•Suggestion request: Self-hosted app for shared directories like google driveEnglish4·2 months agoI’m strictly against Nextcloud or something similar. I prefer to run a bunch of lightweight apps, rather than one big one.
SinTan1729@programming.devOPto Selfhosted@lemmy.world•Suggestion request: Self-hosted app for shared directories like google driveEnglish1·2 months agoI don’t care too much about security, since I’ll delete everything in a few days after copying them to my gallery. Then, I usually share a link with them to an album on my PhotoPrism instance. So, per share password is fine by me.
SinTan1729@programming.devOPto Selfhosted@lemmy.world•Suggestion request: Self-hosted app for shared directories like google driveEnglish2·2 months agoYeah, but that’s already possible with my current setup using FileShelter. I’d like them to be able to upload as well.
SinTan1729@programming.devOPto Selfhosted@lemmy.world•Suggestion request: Self-hosted app for shared directories like google driveEnglish2·2 months agoThis looks pretty promising. Do you know if it’s possible to add per-share passwords, so that I don’t need everyone to open an account?
Edit: It’s not.
SinTan1729@programming.devOPto Selfhosted@lemmy.world•Suggestion request: Self-hosted app for shared directories like google driveEnglish7·2 months agoYeah, it’s a bit too much I think.
SinTan1729@programming.devOPto Selfhosted@lemmy.world•GitHub - SinTan1729/chhoto-url: A simple, blazingly fast, selfhosted URL shortener with no unnecessary features; written in Rust.English2·3 months agoUpon further testing, this does actually work. You may set both
read_only: true
, andcap_drop: all
and it will work as long as you have a named volume. I had it mount a database file from the host system for my test config, which is why I was getting the errors. I don’t know how to make that work though i.e. when the db is bind mounted from the host system. Setting the mount:rw
doesn’t seem to fix it.
SinTan1729@programming.devOPto Selfhosted@lemmy.world•GitHub - SinTan1729/chhoto-url: A simple, blazingly fast, selfhosted URL shortener with no unnecessary features; written in Rust.English2·3 months agoThat’s great to know. Btw, you don’t actually need to specify the url path for it to work. That’s just for convenience of copying the link from the UI. It’ll just work as long as the server is reachable at that address.
SinTan1729@programming.devOPto Selfhosted@lemmy.world•GitHub - SinTan1729/chhoto-url: A simple, blazingly fast, selfhosted URL shortener with no unnecessary features; written in Rust.English3·3 months agoThanks. I had never tested this before. Seems like it throws errors. Of course, adding and deleting links don’t work. But that’s to be expected. But also link resolution fails since it cannot update the hit count properly. If this is a legitimate use case for you, I might work on making it work.
SinTan1729@programming.devOPto Selfhosted@lemmy.world•GitHub - SinTan1729/chhoto-url: A simple, blazingly fast, selfhosted URL shortener with no unnecessary features; written in Rust.English9·3 months agoLike the other guy said, it’s not necessary. But docker makes it much easier to deploy. There are instructions to set it up without docker as well.
Yes. I just really like how WikiJS looks. I also have a lot of pages in WikiJS.
I can try migrating if some other software at least looks nice. That’s what mostly keeps me here. There are some static pagemakers like Docusaurus and MkDocs that look nice, but I also want some kind of control over access.