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

14 lines
550 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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 --
```sh
ln -sf /path/to/this/project/nextcloud ~/.config/containers/systemd/
```
- This will make the nextcloud available in ~/.config/containers/systemd/
```txt
tree ~/.config/containers/systemd
.config/containers/systemd
└── nextcloud -> /home/<user>/<project_dir>/nextcloud
```