I hosted it on my home server. It is great for sure, I will need to look into it enhancing its experience with plugins. Any idea about the PWA and how to use it? someone else here mentioned it it is a feature I’d like to have.
I hosted it on my home server. It is great for sure, I will need to look into it enhancing its experience with plugins. Any idea about the PWA and how to use it? someone else here mentioned it it is a feature I’d like to have.
Looks great, I’m definitely checking it this weekend. Thank for the share
PWA that works offline and syncs when back online. Note that this means that all files will be on your device
Someone else mentioned Silverbullet, I hosted on my home server and it looks promising, here are a few thing I will need to explore:
/
, I’m wondering is there is a plugin that add a tool bar or a client app that does have it.Thank you for your comment
I just prefer a simple setup where I’m not bound by any developer (team)’s whims.
This is my concern, if anything goes wrong with my favorite app I would just move on to another without much fuss.
Obaidian + Syncthing will do the trick.
This will be my backup plan if nothing else work out.
Actually, nextcloud is what introduced me to the markdown format. Hiwever, i found myself using NC for its note app only, hence i’m looking for a lightweight alternative.
I can always get the media again if need be.
Doesn’t that mean you already have backup? It may not be the easiest to restore, but it is a backup nevertheless.
Xrdp with it default configuration on debain12 worked for me pretty fine to access it from windows 7’s remote desktop protocol on a local network. There was no sound though, so you may need to tweak it to use pipewire or whatever you are using on your linux machine, if you are using any.
A buggy USB drive dropping out and losing writes it claimed to have written can kill a btrfs
Mixing USB and SATA drives sounds like a very bad idea, I’m holding on using an array of drives connected using USB. hank you for your comment
Thank you for the links, I will hold on using RAID and stick with BTRFS single until I upgrade my storage to higher capacity or my server to something with more reliable SATA slots
Hardware wise, docker on debian is much efficient (and easier to pass through your gpu for hardware decoding) than docker on a vm or lxc on proxmox.
OP needs a proper router that make use of their 3g fiber which will be mostly newer and powerfull and has better wifi. That should be their 1st priority.
Edit: You don’t need a 2.5gb ethernet (or better for futur proofing) for every client, but that NAS and Hypervisor could use that bandwith so consider yor options while you are at it.
Thanks for the heads-up
Thanks foe explaining, I know podman is rootless. My service where running their own non-login users (qbituser for qbitorrent, emby for emby and so own) and I needed to sudo if I want to change anything. It’s not a big deal for me so Docker seems easier to use.
If you would please, why not run the containers on top of Proxmox directly instead of in a VM on top of Proxmod?
I’m containerizing everything, I like to keep my setup simple, no OS containerizing since I will be using a low power minipc (NUC, Hp mini, dell micro or lenovo tiny), I will use proxmox in the VM to get an idea on how it works and because I think the web UI might be easier to use than SSHing to the VM. Later on the new server I will mostly use debain+docker.
I considering containerizing everything, except the OS (I’m not ready for immutable OSes yet). I mentioned Docker because it is what I keep finding guides for and which I think is simpler. How is it compared with Podman (for a beginner in containerizing)
Edit: I will mostly use BTRFS and snapshots, and I would definitely put my containers in a separate subvolume to avoid data loss when rolling back.
Thanks for the V2P not, if containerizing everything turned to be a headache, I will opt for a normal non-containerized setup with the idea of converting my VM to a physical machine
Thanks for the note about tftp. I used to use FTP to transfer file from/to my android phone which got me around ~30MB (local transfer), but abandoned it (due to security reasons) for SSH file transfer which only got me ~8MB for local transfer (my phone probably is slow in decrypting). So, I was thinking of keeping SSH file transfer for remote transfer and use tftp (due to its UDP layer) for local transfer. If webdav offered reasonable local transfer speed, I will use it to replace all the above.
Thank you for your reply, I do host a vscode instance to keep for my python learning. I will fall to that (with markor) if nothing else works.