morethanevil

joined 1 year ago
[–] [email protected] 1 points 1 month ago

Floocus is what you are looking for. It can store the file on any webdav, gdrive, git or Nextcloud storage. I use it to sync my bookmarks between Browsers and systems

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

Add this to the service in your docker-compose.yml

  extra_hosts:
     - host.docker.internal:host-gateway

Example:

services:
    redis:
    restart: always
    container_name: redis
    image: redis:7.2-alpine
    extra_hosts:
      - host.docker.internal:host-gateway

Then you can reach your host from inside the container via host.docker.internal:3434

host.docker.internal is like your "localhost" on the host. It is a special DNS name.

[–] [email protected] 11 points 3 months ago* (last edited 3 months ago) (3 children)

You can use Floccus for this. Perfect with Nextcloud, but works with any WebDAV too ☝🏻

Linkwarden is more for archiving and tagging than sharing

[–] [email protected] 1 points 4 months ago (3 children)

A proper backup of immich contains 3 folders (library, upload and profile) and the database! It is linked to its database. Every software with a database should have a backup of the database too (Paperless-ngx for example)

If you just saved the library folder, you will need to recreate all albums again and upload it again. Maybe the CLI can help you with this.

For the next time, please read the docs about backup and restore

[–] [email protected] 1 points 5 months ago

Cloudbeaver is a universal tool for connecting and working with databases. MariaDB, MySQL, Postgres and many more. Multiusersupport and SSH tunnels are possible too. It is the Webversion of DBeaver. The community edition is free and sources are on github.

[–] [email protected] 0 points 5 months ago (4 children)

Start a second shell and kill the process 😋

[–] [email protected] 1 points 6 months ago

I will check out Supersonic. Thanks ☺️

[–] [email protected] 1 points 6 months ago (2 children)

Great app, but no flatpak. Only appimage and the last update was last november.

Windowsize is always reset to a small window, on windows and Linux. Hope it will get an update soon

[–] [email protected] 5 points 6 months ago (1 children)

😳😳😳

Get new hardware or you will pay it with your energy bill

[–] [email protected] 11 points 6 months ago* (last edited 6 months ago) (3 children)

AMD Ryzen 5600G

B550 Aorus Master

2x16 Ripjaw V 3200mhz

1x 14 TB Toshiba N300 for media

1x 6TB Seagate Ironwolf for backup important data

1x 500GB Samsung evo 970 as systemdrive

1x 500GB Crucial P1 as cache and download

1x 2TB Crucial P3 for docker, apps, databases, incus

Bequiet 400W

Nvidia GTX 1660 Super

Idle power 53w, totally worth it ☺️ The extra graphic card is for Immich and Ollama / overall transcoding.

[–] [email protected] 5 points 6 months ago

There is an easy way with OpenWebUI but LLM are mostly accelerated by CUDA or ROCm. CPU acceleration is slow, but you can try it

[–] [email protected] 7 points 6 months ago

I have had one database container for each service, because "if something happens"...

Now I have one container for all databases for postgres, finetuned with PGTune, never regretted it. Important is proper backup, like datadump with pg_dumpall

More performance, less overhead. If you are confident enough and experienced in docker, then use postgres on your host instead of a container. But one container for all databases is okay too.

Some people will disagree and this is fine, but this is my way to manage it. It is not this complicated ☺️

view more: next ›