Feat: READMEs

This commit is contained in:
coolnsx
2025-03-28 22:43:28 +05:30
parent 5cd1b69986
commit 7029b5c8a4
3 changed files with 41 additions and 1 deletions

View File

@@ -1 +1,13 @@
# make the symlink of the folder you want to use as services to ~/.config/containers/
# 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
```