• 0 Posts
  • 60 Comments
Joined 2 months ago
cake
Cake day: May 6th, 2024

help-circle


  • I also just saw your edit. Look into Linux ownership and permissions. chmod and chown are important commands to know how to use as a Linux system administrator.

    Running sudo chown -R user:user ./drive in /mnt will give your user account ownership of that directory and all folders inside of it.

    Make sure you replace user with your username and drive with the name of the mount point for the drive.




  • You could try Logseq, it’s like Obsidian but open source. I use Obsidian for most notes and I also have a personal wiki built with Otterwiki.

    I use NGINX for my reverse proxy, you could check out NGINX Proxy Manager which uses Certbot to automate the SSL certificates.

    I’ve heard a lot of people also like Caddy and Traefik. Can’t remember which is easier to use, maybe Caddy.