You use calibre web. Then on the Kobo you connect it to your computer, backup 1-2 files, then change the store link to your domain name for your calibre web. Simple json file iirc.
Works well but doesn’t sync progress I don’t think.
You use calibre web. Then on the Kobo you connect it to your computer, backup 1-2 files, then change the store link to your domain name for your calibre web. Simple json file iirc.
Works well but doesn’t sync progress I don’t think.
It is BUT you are limited to their test servers for mobile notifications and they honestly suck. It’s a coin flip whether you get them. And if you want better you have to set up your own container system like them with firebase and Apple Dev ids.
I like it still but for a Greenfield project I’d probably try matrix 2.0 on synapse with element x as the mobile app.
If you don’t need notifications I’ve actually found just adding it to Firefox as a pwa works well for me. Mobile interface is surprisingly good.
Jackass says most war mongering ignoring the actual country invading another.
Typical.
Except a lot of people won’t take just money.
It’s psychological but it’s true.
“Influencers”
I distinctly remember yum/dnf should be using a loop. Forget why but it’s recommended. Here’s a snippet from my playbook. Simply make the vars as you need and run.
- name: Install flathub as remote
ansible.builtin.shell:
cmd: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
tags:
- apps
- name: Install flatpak apps
community.general.flatpak:
name: "{{ item }}"
state: present
loop: "{{ flatpaks }}"
tags:
- apps
- name: Remove some default unused packages
ansible.builtin.dnf:
name: "{{ item }}"
state: absent
update_cache: no
loop: "{{ remove }}"
ignore_errors: true
tags:
- apps
- name: Install our packages
ansible.builtin.dnf:
name: "{{ item }}"
state: present
update_cache: yes
loop: "{{ rpms }}"
ignore_errors: true
tags:
- apps```
On mobile. Apologies if formatting is off.
Exactly. I don’t know if the AIO image was used and how that all works (I stay away from that and the snap which is just an abomination) but no one should try to selfhost anything for prod unless they know exactly how it works. That and have a staging env. If you’re not up to the task then just pay for some commercial hosting (even if it’s just Nextcloud that is hosted elsewhere.)
I’ve run the nextcloud image (just docker.io/nextcloud IIRC) pinned for years with k8s and it’s durable and fine. It stays put and I just take the time to update my testing instance, make sure it all works with some cheap smoke tests, then upgrade prod.
I haven’t looked terribly far into it but zrok (SP?) is based on openziti
Pita= pain in the ass
Mesh central works well.
Yes it’s so outdated that mostly every IDE offers usage with its keybindings.
For anyone with ZFS related issues I’d honestly recommend just going to Jim’s site- https://discourse.practicalzfs.com/ which is invaluable. Lot more help and a trove of valuable info already exist there.
How is it “shady” to not want to lose market share and keep illegal stuff off of it?
You could argue it’s “shitty” (perhaps, but it is their servers after all) but I don’t find it shady.
Bingo. I bypass them the rare times I go and go straight to the counter to order like normal.
You’re not. The whole point is encryption so the bridge is a must.
Granite comes in a myriad of styles. I don’t understand the blanket statement. It’s literally just a type of stone.
This is a great point. Thanks for taking the time and great app.
I really want to like one of these. I’ve tried it before but can anyone using this or similar tell me how it differs and improves upon just using Firefox sync?
Just use a sonatype nexus 3 image and proxy docker hub, etc. Then you pull images through it.