

It could. But the co-founder and staff have replied on the thread without addressing it being false. Feel like they would have called it out being fake if it truly was.
It could. But the co-founder and staff have replied on the thread without addressing it being false. Feel like they would have called it out being fake if it truly was.
Yeah fair enough, and I do agree. I only reused the title of the forum post where this was originally posted. Have changed the title up now.
Don’t know for sure ofc, but the co-founder has commented in the thread without addressing the issue. They’ve also closed the thread without addressing all together which also seems weird. Surely if it wasn’t him they would have said so?
In addition: Sharing this post form r/selfhosted which also describes the recent Plex situation lately, worth a read.
Leaving this completely unrelated link to a better alternative here: https://jellyfin.org/
Personally I like the new format more. Feels like a 2.0 update, with proper labels and such in added content.
Was slow for me too but loaded in the end.
The 0% store fee for the Epic Games Store Front sounds ideal for indie devs, sounds like its going to be a more indie friendly platform forwards. Or am I reading this wrong?
Believe there is a link missing under the Zarya post. Otherwise excellent coverage as always!
I don’t run MicroOS myself so take this with a grain of salt. But this is usually how I do it, though there might be a better practice out there for this too.
Afaik, MicroOS by the sound of it, only ships with root by default, but rootless Podman should definitely be possible.
Normally, you need to set up user namespace mappings for your non-root user. Run these commands as root:
usermod --add-subuids 100000-165535 <yourusername>
usermod --add-subgids 100000-165535 <yourusername>
Then check they’re set up with:
grep <yourusername> /etc/subuid
grep <yourusername> /etc/subgid
This should give your regular user the ability to map container UIDs without needing root privileges. After that, Podman should work fine as your regular user.
Hope this helps a little 👍
I for one am very happy to see! He is a great influence to a lot of people and showing that Linux isn’t scary will boost numbers by a solid amount ✌️
Lol, wonder if this also works from mobile as I primarily only browse Lemmy via Voyager.
I chose to include a screenshot because it’s a visual app and it makes more sense to show that first over the link. As I believe less people might click on it otherwise. The link is right there in the post — nothing’s being hidden or misrepresented.
AFAIK, Lemmy doesn’t allow picture and link in the post “header”. Personally prefer to show people a screenshot of an app as I think it looks better. I provided the link in the post.
I’m not a 100% certain as I’ve yet to try the application myself. However one of the configuration pages mentions you can choose between three different methods of choosing storage driver.
DOCUMENT_STORAGE_DRIVER The driver to use for document storage, values can be one of:
filesystem
,s3
,in-memory
.
- Path:
documentsStorage.driver
- Environment variable:
DOCUMENT_STORAGE_DRIVER
- Default value:
filesystem
Also it mentions the use of an ingestion folder.
That’s the most I can gather from quickly checking the docs at least.
Certainly true, but I think paperless might be a tad overkill for some people.
I believe this new project should hit your need quite well!
Papra is quite new in the selfhosted sphere but a welcome addition. Yet to test it myself but it sounds and looks very promising > https://github.com/papra-hq/papra
You’re in for a treat!
Dont think so no. Everything is docker and linux for a reason…