As the owner of several X9 boards, I can confirm the answer is ‘no’. Java is the only option for this generation.
- 1 Post
- 51 Comments
- 2 months
HybridSarcasm@lemmy.worldto
Selfhosted@lemmy.world•Not sure if it quite fits here, but I wanted to shout out a TTS browser extension Read Aloud.English
3 monthsWe love open source projects around here. That being said, this web browser extension isn’t self-hosted. Only going to lock the post so others can still know about the project.
HybridSarcasm@lemmy.worldto
Selfhosted@lemmy.world•Installing **self-hostable** services on a cloud server isn't self-hosting ???English
3 monthsYour post was removed because it wasn’t about any self-hosted applications, services, or infrastructure. Instead, you were complaining about the customer support of a VPS provider.
A case could be made that Rule 7 should have been cited, instead of Rule 3.
HybridSarcasm@lemmy.worldto
Selfhosted@lemmy.world•If you have one, how much do you pay for a domain name? Any cheap registrar recommendations?English
3 monthsThis is my strategy as well. Except, I will find the domain on sale elsewhere then transfer it over to CloudFlare.
HybridSarcasm@lemmy.worldto
Selfhosted@lemmy.world•Using Immich in combination with NAS permissionsEnglish
3 monthsSet the Immich instance to run as the UID that owns the media files?
HybridSarcasm@lemmy.worldto
Selfhosted@lemmy.world•Immich – A Self-Hosted, Open-Source Alternative to Google PhotosEnglish
3 monthsLeaving this here as an example of a low-effort post that just pisses the rest of us off.
We have a rule that submissions be centered around self-hosting. Framasoft is not self-hosting, but this post will not be removed because Framasoft’s services are built on software that CAN be self-hosted. We would encourage readers to explore this ‘under the hood’ aspect of Framasoft.
Respectfully, you and I are basing our feedback on incomplete information. That being said, it absolutely could be a hardware problem because the further get into the boot process, more data is loaded from disk into RAM. There isn’t some point beyond which hardware is no longer a concern.
Your point about dmesg is a valid one, provided you can even get to a login prompt. Otherwise, you’re captive to the terminal output on boot.
I reserve the right to be wrong, but my money is on bad RAM. If one wants to test the hardware without taking things apart, booting to a live USB/CD is a good option.
This seems like a hardware problem. Hardware freezes would not be caused by hardware pass through to VMs. Test your RAM. Check for loose PCI cards, etc.
HybridSarcasm@lemmy.worldto
Selfhosted@lemmy.world•Reverse Proxy: a single point of failure in my labEnglish
4 monthsYou’re discovering that there’s ALWAYS a single point of failure. Even if every service is fault tolerant, you likely have a single network or power infrastructure. So, you have to figure out what you’re willing to tolerate. You could look into CARP or keepalived to make your reverse proxy more resilient. It’s probably overkill for a homeland, but could be a useful learning exercise.
- 4 months
Majority of the code is python and vue? And, what problem is this trying to solve? What does it do that other solutions don’t? I read through the repo docs and it’s just not clear. WTF does it mean “I don’t lose control” over storage on cloud storage?! If it’s on the cloud, you are not in control. May the downvotes rain down on this.
- 4 months
Hire a management company and use the software they have. For the little engagement you’re going to have, it’s worth it to outsource the management of it to someone else.
- 4 months
/docker/compose/<project> for compose and env files
/docker/data/<project> for data to be retained
I let the docker overlay handle all the volatile data.
- 4 months
Badass! iOS app looks and works great!
- 4 months
I would vote for the firewalld integration.
Due to the large number of reports we’ve received about recent posts, we’ve added Rule 7 stating “No low-effort posts. This is subjective and will largely be determined by the community member reports.”
In general, we allow a post’s fate to be determined by the amount of downvotes it receives. Sometimes, a post is so offensive to the community that removal seems appropriate. This new rule now allows such action to be taken.
We expect to fine-tune this approach as time goes on. Your patience is appreciated.
This is c/selfhosted. This is not the forum to ask for advice about email services you don’t directly control. There are some self-hosted options provided in the comments already. Locking this post to prevent further non-selfhosted discussions.
HybridSarcasm@lemmy.worldto
Selfhosted@lemmy.world•The 'just one more service' pipeline has claimed another victim: my entire weekend. What was your gateway drug into self-hosting EVERYTHING?English
5 monthsFolks, we’ve received your reports. On the surface, it seems like a good faith attempt to start a discussion. This user isn’t breaking any rules. Please use your votes to determine the fate of their posts.
HybridSarcasm@lemmy.worldto
Selfhosted@lemmy.world•Looking for a selfhostable chat service that people on phone and computers can log ontoEnglish
5 monthsI appreciate your take. Thanks for the contribution!


The biggest concern here would be 1) have you installed the Nvidia container toolkit, and 2) how are you passing the GPU into the Jellyfin docker container.
I’ve got an Ansible-playbook that takes care of the Nvidia stuff. I’ve also got a compose file I can share. Will edit this post when I can provide a link.