heydelicias

nas-iac-file-structure

May 1st, 2025
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. docker
  2. ├── cloudflared.yaml
  3. ├── filebrowser-orangepi.yaml
  4. ├── filebrowser.yaml
  5. ├── filezilla-nsw.yaml
  6. ├── glance.yaml
  7. ├── immich.yaml
  8. ├── ittools.yaml
  9. ├── jackett.yaml
  10. ├── jellyfin.yaml
  11. ├── nodered.yaml
  12. ├── pihole.yaml
  13. ├── portainer.yaml
  14. ├── qbittorrent.yaml
  15. ├── sonarr.yaml
  16. ├── stirlingpdf.yaml
  17. ├── syncthing-orangepi.yaml
  18. ├── syncthing.yaml
  19. ├── tailscale.yaml
  20. └── traefik.yaml
  21. playbooks
  22. ├── cloudflared.yaml
  23. ├── filebrowser-orangepi.yaml
  24. ├── filebrowser.yaml
  25. ├── filezilla-nsw.yaml
  26. ├── glance.yaml
  27. ├── immich.yaml
  28. ├── ittools.yaml
  29. ├── jellyfin.yaml
  30. ├── nodered.yaml
  31. ├── pihole.yaml
  32. ├── portainer.yaml
  33. ├── sonarr.yaml
  34. ├── stirlingpdf.yaml
  35. ├── syncthing.yaml
  36. ├── tailscale.yaml
  37. ├── traefik.yaml
  38. appconfig
  39. ├── glance
  40. │   └── config
  41. │   ├── glance.yml
  42. │   └── home.yml
  43. ├── nodered
  44. │   └── config
  45. │   └── settings.js
  46. ├── syncthing
  47. │   └── config
  48. │   ├── Sync
  49. │   ├── cert.pem
  50. │   ├── config.xml
  51. │   ├── https-cert.pem
  52. │   ├── https-key.pem
  53. │   ├── index-v0.14.0.db
  54. │   │   ├── 000026.ldb
  55. │   │   ├── 000027.ldb
  56. │   │   ├── 000028.log
  57. │   │   ├── CURRENT
  58. │   │   ├── CURRENT.bak
  59. │   │   ├── LOCK
  60. │   │   ├── LOG
  61. │   │   └── MANIFEST-000029
  62. │   └── key.pem
  63. └── traefik
  64. ├── services.yml
  65. └── traefik.yaml
  66.  
Add Comment
Please, Sign In to add comment