Files
selfhost_podman/readme.md
2025-03-28 22:43:28 +05:30

550 B
Raw Blame History

SelfHost using Podman

  • make the symlink of the folder you want to use as services to ~/.config/containers/systemd/
    • for e.g. you want to use nextcloud, then do this --
          ln -sf /path/to/this/project/nextcloud ~/.config/containers/systemd/
      
    • This will make the nextcloud available in ~/.config/containers/systemd/
           tree ~/.config/containers/systemd
          .config/containers/systemd
          └── nextcloud -> /home/<user>/<project_dir>/nextcloud