Lem453

joined 2 years ago
[–] Lem453@lemmy.ca 8 points 1 week ago (3 children)

Kobo connected to calibre web is the ultimate freedom/privacy ereader

[–] Lem453@lemmy.ca 1 points 2 weeks ago (1 children)

https://github.com/vrtmrz/obsidian-livesync

Works very well on android and windows /linux clients.

Syncing is automatic and happens in seconds. I think the git solution had a few issues on android but I've never used it

[–] Lem453@lemmy.ca 15 points 3 weeks ago (4 children)

I can assure you that you will regret spending time and effort building something out of OSB and then having to live with it for the rest of your life.

Spend a bit more, do it well, and then enjoy the fruits of your labor for years to come.

[–] Lem453@lemmy.ca 3 points 3 weeks ago

The purpose of most of these apps is to be able to use them on multiple devices. If I had immich entirely running on my phone (this is not actually feasible regardless) how do i access my images from my computer.

Also many people have multiple users. A family could have all their images on one immich server and be able to share images with each other easily.

On jellyfin for example, I can play any of my media on someone elses TV as long as they have Chromecast. Not possible if its all just kept locally in a folder on a computer

[–] Lem453@lemmy.ca 2 points 4 weeks ago (3 children)

Is there a way to share groups of files at once? For example I currently share tax files with my accountant using seafile so right now I scan everything and just drop it into a folder. I would love to use paperless but being able to share folder that can be downloaded all at once is a critical workflow for me.

[–] Lem453@lemmy.ca 3 points 4 weeks ago

The annoying part is making and mounting the configuration file. https://owncloud.dev/ocis/guides/ocis-local-docker/

[–] Lem453@lemmy.ca 2 points 1 month ago* (last edited 1 month ago) (2 children)

Android app doesn't have file search last I checked (pro feature).

No full text search on app or website (pro feature)

The app will just randomly stop being able to connect to the database. I use docker and mariadb. It will just fail for no reason. Restarting the docker stack doesn't fix it. I use the redeploy button on portainer to get it working again. I use lots of databases in many docker apps, nothing else does this.

I want to change to owncloud OCIS

[–] Lem453@lemmy.ca 36 points 1 month ago (3 children)

Now that this is shipping, I'm hoping it gets more exposure and reviews online:

https://www.prusa3d.com/product/prusa-core-one/

[–] Lem453@lemmy.ca 2 points 1 month ago (1 children)

Most reverse proxies can only do http traffic. Traefik can do TCP and UDP, the camera is probably UDP

[–] Lem453@lemmy.ca 1 points 1 month ago

Yes, hairpin can make it work but some routers don't seem to do it well.

The other issue is that on wireguard by DNS is set to pi hole and without doing this my internal stuff wasn't working without doing this

[–] Lem453@lemmy.ca 7 points 1 month ago (3 children)

Others have already answered but this might help understand.

On cloudflare DNS, I set my domain to point to external IP address my ISP gives me for my router. Ie example.com points to 107.474.274.12

Within my network, my internal DNS (pi hole) is set to point to the internal IP address of my server. Ie example.com points to 192.168.1.23

Note that in the first example, the router has port forwarding so that all https traffic (port 443) is forwarded to the internal IP of my server, 192.168.1.23. I'm both example, the traffic ends up in the same place but the route it takes depends on if the traffic starts inside my network (example 2) or outside of the internet (example 1).

[–] Lem453@lemmy.ca 3 points 1 month ago

Post The files here. posts allow markdown so you can format then with three back quotes /''' before and after the code.

Post the code and exactly what the error is along with a description of your setup and what you're trying to do

 

By local control, I mean if the Z-wave hub is down will the switch still work as a dumb switch and turn the lights on/off?

This is the product I would like to get, but can't find if they allow 'dumb switch' operation. Does anyone have experience with these? https://byjasco.com/ultrapro-z-wave-in-wall-smart-switch-with-quickfit-and-simplewire-white

Thanks!

 

Starship has been stacked and is apparently ready to launch as per Musk. Waiting on FAA approval for second test flight.

 

Hi all. Just learned about NixOS a few weeks ago. I'm in the process of migrating several of my docker services to a new server that will have proxmox installed as the host and then a VM for docker.

I'm currently using alpine as the VM and it works well but one of the main goals of the migration is to use infrastructure as code as much as possible. All my docker services are docker compose files checked into a git repo that gets deployed. When I need to make a change, I update the git repo and pull down the latest docker compose.

I currently have a bunch of steps that I need to do on the alpine VM to make it ready for docker (qemu agent, NFS shares, etc).

NixOS promises to be able to do all that with a single config file and then create a immutable OS that never changes after that. That seems to follow the philosophy well for infrastructure as code and easy reproducibility.

Has anyone else tried NixOS as a docker host? Any issues you've encountered?

 

I'm just starting to upgrade my basic unraid docker to an InfraAsCode setup.

I will use unraid as Nas only. My media and backups will be on unraid, everything else on a separate proxmox VM that is running and SSD storage array for ZFS. Both the unraid and proxmox hosts share their storage via NFS. Each docker container mounts the NFS volumes as needed.

For the containers I use an alpine VM with docker. I use portainer to connect to a gitea repo (on unraid) to pull down the docker compose file.

So my workflow is, use VS code on my PC to write the compose file, commit to git, then on portainer I hit the redeploy button and it pulls the latest compose file automatically.

What's your setup?

view more: ‹ prev next ›