selfhosted

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

BearOfaTime, (edited ) in File server with on-demand sync, preserve the filesystem, and runs without external DB?

Commenting largely to watch - I use Syncthing as my daily driver sync tool, and Resilio for the on-demand stuff.

Resilio has on-demand/selective sync, but I don’t recall if it’s open source, I don’t think so. Plus, it’s hard on memory with larger folders, as it keeps the index in ram. My media sync folder really impacts my desktop, and I only run Resilio on my mobile devices when I want to sync something, then turn it off.

neidu2, in File server with on-demand sync, preserve the filesystem, and runs without external DB?

rsync?

Rentlar, (edited ) in Sounds like Haier is opening the door!

I’m glad the threat of being on a FOSS Hall of Shame is effective for some companies, and that they can’t just frivolous lawsuit away a hobby developer without consequences to their bottom line, which would have set a bad precedent against small-time FOSS developers everywhere.

Now their status to me is moved from “Shitlist” to “Shitlist Pending”, they’ve talked their talk so now it’s time to see them walk their walk. Best would be to allow users to control their Haier products from their own servers rather than Haier’s. That will reduce their cloud computing bills from 3rd party users but they can still offer “compelling value” in their walled garden ecosystem as a simple one-and-done setup. Win-win right?

Crashumbc, in I love my Gitea. Any tips and tricks?

I’m number 2

randomaside, in I love my Gitea. Any tips and tricks?
@randomaside@lemmy.dbzer0.com avatar

Truth.com/iwontevenusemyowncodebecauseimafraid

MangoPenguin, in Proxmox Ubuntu VM has "graphical" console
@MangoPenguin@lemmy.blahaj.zone avatar

That sounds normal, server linux has no GUI/Desktop, only a console.

To get a full CLI that you can select/copy/paste in you just need to SSH in, instead of using the Proxmox console.

The proxmox console is meant for rare usage like installing the OS and recovering from failures, it’s not meant to be used as a daily way to interact with the VMs.

theit8514, in LinguaCafe - Confused why the provided docker-compose doesn't work.

Based on your update you may need to bring the containers down and up to fix the database.

Sometimes when opening LinguaCafe the first time there is an error message about users database table. If this happens, just stop and start your containers again, it should fix the problem.


<span style="color:#323232;">docker compose down
</span><span style="color:#323232;">docker compose up -d
</span>
MangoPenguin, (edited ) in LinguaCafe - Confused why the provided docker-compose doesn't work.
@MangoPenguin@lemmy.blahaj.zone avatar

Did you change the mysql container database name, username and password to something other than the default linguacafe ?

That would break it, as it’s using those specific credentials to login to the database. Which would cause Access denied for user ‘linguacafe’@‘ip adress censored’ (using password: YES) (SQL: select count(*) as aggregate from users)

Try with the default, you’ll need to wipe the mysql data under /home/user/Documents/Docker/LinguaCafe/database/ after stopping the container first.


<span style="color:#323232;">    environment:
</span><span style="color:#323232;">        MYSQL_DATABASE: linguacafe
</span><span style="color:#323232;">        MYSQL_USER: linguacafe
</span><span style="color:#323232;">        MYSQL_PASSWORD: linguacafe
</span><span style="color:#323232;">        MYSQL_ROOT_PASSWORD: linguacafe
</span><span style="color:#323232;">        SERVICE_NAME: linguacafe
</span>
Natal, (edited ) in LinguaCafe - Confused why the provided docker-compose doesn't work.

I think I solved the permission issue? See edit in the main post.

mouse, in LinguaCafe - Confused why the provided docker-compose doesn't work.
@mouse@midwest.social avatar

That error message says it the permissions of the /home/user/Documents/Docker/LinguaCafe/logs directory. You can try changing it full r/w temporarily to test.

1984, in LinguaCafe - Confused why the provided docker-compose doesn't work.
@1984@lemmy.today avatar

Hmm, can you have absolute paths like that in docker compose? Ive always used paths relative to the current working dir.

filister, in Plex To Launch a Store For Movies and TV Shows

Plex is a prime example how corporate shenanigans can ruin an otherwise great piece of software.

vegetaaaaaaa, in I love my Gitea. Any tips and tricks?
@vegetaaaaaaa@lemmy.world avatar
shalva97, in What should I use my RPi4 for?

try Jackett + sonarr + radarr + qBittrorrent or sell it

TheBuenasTardes, in What should I use my RPi4 for?

Someone posted the code for circadian whole home lighting, running on a pi not too long ago. Might be kinda cool to try out.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #