obosob@feddit.uktoAndroid@lemdro.id•Automatically turn off cellular when on wifi?English
8·
1 year agoI’ve not use it but this seems to support what you want. It’s a bit jank looking but seems to have the desired features.
I’ve not use it but this seems to support what you want. It’s a bit jank looking but seems to have the desired features.
This is really nice. Great work.
Does your lemmy instance have a character limit?
There is a more performant C++ implementation but it’s been a long while since I’ve used either it or the java implementation. Worth checking out.
You just use three backticks to start and end a code block, it’s just markdown.
e.g.
version: '3.4' services: vaultwarden: image: vaultwarden/server:latest restart: always # environment: # SIGNUPS_ALLOWED: 'false' # ADMIN_TOKEN: 'your authentication token' ports: - '127.0.0.1:8200:80' volumes: - vaultwarden-data:/data/ ...