remove.conf 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278
  1. version: 3
  2. resources:
  3. - kind: Server
  4. ram:
  5. size: 80
  6. cpus:
  7. - model: Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz
  8. cores: 8
  9. threads: 16
  10. drives:
  11. - type: ssd
  12. size: 1000
  13. ports:
  14. - type: rj45
  15. speed: 1
  16. count: 1
  17. - type: rj45
  18. speed: 1
  19. count: 1
  20. name: Rocinante
  21. notes: ""
  22. - kind: Service
  23. network:
  24. ip: 192.168.1.25
  25. port: 2283
  26. url: https://photos.somedomain.com
  27. name: immich
  28. tags:
  29. - FQDN
  30. runsOn:
  31. - Docker VM
  32. - kind: System
  33. type: hypervisor
  34. os: Proxmox
  35. cores: 16
  36. ram: 80
  37. ip: 192.168.1.14
  38. name: Proxmox
  39. notes: URL is https://proxmox.somedomain.com
  40. runsOn:
  41. - Rocinante
  42. - kind: System
  43. type: vm
  44. os: Ubuntu 22.04.5 LTS
  45. cores: 6
  46. ram: 12
  47. ip: 192.168.1.25
  48. name: Docker VM
  49. notes: ""
  50. runsOn:
  51. - Proxmox
  52. - kind: Service
  53. network:
  54. ip: 192.168.1.25
  55. port: 5600
  56. protocol: http
  57. url: https://miniflux.somedomain.com
  58. name: Miniflux
  59. tags:
  60. - FQDN
  61. notes: "** Changelog **"
  62. runsOn:
  63. - Docker VM
  64. - kind: Service
  65. network:
  66. ip: 192.168.1.25
  67. port: 3552
  68. protocol: http
  69. url: https://arcane.somedomain.com
  70. name: Arcane
  71. tags:
  72. - FQDN
  73. notes: 2026-04-11
  74. runsOn:
  75. - Docker VM
  76. - kind: Server
  77. ram:
  78. size: 32
  79. mts: 1333
  80. cpus:
  81. - model: Intel® Core™ i7-4770K CPU @ 3.50GHz
  82. cores: 4
  83. threads: 8
  84. drives:
  85. - type: hdd
  86. size: 18000
  87. gpus:
  88. - model: Intel i915
  89. ports:
  90. - type: rj45
  91. speed: 1
  92. count: 1
  93. name: Unicomplex
  94. notes: "Motherboard: ASUSTeK COMPUTER INC. Z87-PRO"
  95. - kind: System
  96. type: baremetal
  97. os: Unraid server Pro, version 7.2.0
  98. cores: 4
  99. ram: 32
  100. ip: 192.168.1.12
  101. name: Unraid
  102. notes: ""
  103. runsOn:
  104. - Unicomplex
  105. - kind: Service
  106. network:
  107. ip: 192.168.1.12
  108. port: 3306
  109. name: mariadb
  110. notes: "**2026-05-11**"
  111. runsOn:
  112. - Unraid
  113. - kind: Service
  114. network:
  115. ip: 192.168.1.12
  116. port: 8765
  117. protocol: http
  118. url: http://192.168.1.12:8765
  119. name: RackPeek
  120. runsOn:
  121. - Unraid
  122. - kind: Service
  123. network:
  124. ip: 192.168.1.12
  125. port: 6380
  126. name: Redis-fred
  127. runsOn:
  128. - Unraid
  129. - kind: Service
  130. network:
  131. ip: 192.168.1.12
  132. port: 6381
  133. name: Redis
  134. runsOn:
  135. - Unraid
  136. - kind: Service
  137. network:
  138. ip: 192.168.1.12
  139. port: 5432
  140. name: Postgres11
  141. tags:
  142. - technical-debt
  143. notes: "## 2026-05-12"
  144. runsOn:
  145. - Unraid
  146. - kind: Service
  147. network:
  148. ip: 192.168.1.12
  149. port: 5439
  150. name: postgresql17
  151. tags:
  152. - technical-debt
  153. notes: "## 2026-05-12"
  154. runsOn:
  155. - Unraid
  156. - kind: Service
  157. network:
  158. ip: 192.168.1.12
  159. port: 11111
  160. url: http://192.168.1.12:11111
  161. name: Jelu
  162. runsOn:
  163. - Unraid
  164. - kind: Service
  165. network:
  166. ip: 192.168.1.12
  167. port: 9873
  168. url: https://calibre.somedomain.com
  169. name: calibre
  170. tags:
  171. - FQDN
  172. runsOn:
  173. - Unraid
  174. - kind: Service
  175. network:
  176. ip: 192.168.1.12
  177. port: 8058
  178. url: http://192.168.1.12:8058
  179. name: Komga
  180. runsOn:
  181. - Unraid
  182. - kind: Service
  183. network:
  184. ip: 192.168.1.12
  185. port: 8683
  186. url: https://calibreweb.somedomain.com
  187. name: calibre-web-automated
  188. tags:
  189. - FQDN
  190. runsOn:
  191. - Unraid
  192. - kind: Service
  193. network:
  194. ip: 192.168.1.12
  195. port: 8083
  196. protocol: http
  197. url: http://192.168.1.12:8083
  198. name: calibre-web
  199. runsOn:
  200. - Unraid
  201. - kind: Service
  202. network:
  203. ip: 192.168.1.12
  204. port: 13378
  205. url: https://abs.somedomain.com
  206. name: audiobookshelf
  207. tags:
  208. - FQDN
  209. runsOn:
  210. - Unraid
  211. - kind: Service
  212. network:
  213. ip: 192.168.1.12
  214. port: 8989
  215. url: https://tv.somedomain.com
  216. name: Sonarr (binhex-sonarr)
  217. tags:
  218. - arr-stack
  219. - FQDN
  220. runsOn:
  221. - Unraid
  222. - kind: Service
  223. network:
  224. ip: 192.168.1.12
  225. port: 7878
  226. protocol: http
  227. url: https://movies.somedomain.com
  228. name: Radarr (binhex-radarr)
  229. tags:
  230. - arr-stack
  231. - FQDN
  232. runsOn:
  233. - Unraid
  234. - kind: Service
  235. network:
  236. ip: 192.168.1.12
  237. port: 6767
  238. url: https://subtitles.somedomain.com
  239. name: bazarr
  240. tags:
  241. - arr-stack
  242. - FQDN
  243. runsOn:
  244. - Unraid
  245. - kind: Service
  246. network:
  247. ip: 192.168.1.12
  248. name: recyclarr
  249. tags:
  250. - arr-stack
  251. runsOn:
  252. - Unraid
  253. - kind: Service
  254. network:
  255. ip: 192.168.1.12
  256. port: 9696
  257. url: http://192.168.1.12:9696
  258. name: Prowlarr (binhex-prowlarr)
  259. tags:
  260. - arr-stack
  261. runsOn:
  262. - Unraid
  263. - kind: Service
  264. network:
  265. ip: 192.168.1.12
  266. port: 5055
  267. protocol: TCP
  268. url: http://192.168.1.12:5055
  269. name: jellyseerr
  270. tags:
  271. - decommissioned
  272. - deleted
  273. runsOn:
  274. - Unraid
  275. - kind: Service
  276. network:
  277. ip: 192.168.1.12
  278. port: 3080
  279. protocol: TCP
  280. url: http://192.168.1.12:3080
  281. name: Watcharr
  282. tags:
  283. - arr-stack
  284. labels:
  285. status: decommissioned
  286. notes: ""
  287. runsOn:
  288. - Unraid
  289. - kind: Service
  290. name: bitwarden-secure-sync
  291. runsOn:
  292. - Unraid
  293. - kind: Service
  294. network:
  295. ip: 192.168.1.12
  296. port: 8007
  297. url: http://192.168.1.12:8007
  298. name: proxmox-backup-server
  299. runsOn:
  300. - Unraid
  301. - kind: Service
  302. network:
  303. ip: 192.168.1.12
  304. port: 8413
  305. url: https://subs.somedomain.com
  306. name: Wallos
  307. tags:
  308. - FQDN
  309. runsOn:
  310. - Unraid
  311. - kind: Service
  312. network:
  313. ip: 192.168.1.12
  314. port: 8384
  315. url: http://192.168.1.12:8384
  316. name: syncthing
  317. tags:
  318. - technical-debt
  319. notes: |-
  320. ## 2026-05-12
  321. Shut down, nobody is using this.
  322. runsOn:
  323. - Unraid
  324. - kind: Service
  325. network:
  326. ip: 192.168.1.12
  327. port: 8333
  328. url: http://192.168.1.12:8333
  329. name: syncthing (binhex-syncthing)
  330. tags:
  331. - technical-debt
  332. notes: ""
  333. runsOn:
  334. - Unraid
  335. - kind: Service
  336. network:
  337. ip: 192.168.1.25
  338. port: 6977
  339. url: http://192.168.1.25:6977
  340. name: Firefly-Pico
  341. tags:
  342. - technical-debt
  343. notes: |
  344. ## 2026-05-12 17:00
  345. runsOn:
  346. - Docker VM
  347. - kind: Service
  348. network:
  349. ip: 192.168.1.12
  350. port: 8012
  351. url: http://192.168.1.12:8012
  352. name: baikal
  353. runsOn:
  354. - Unraid
  355. - kind: Service
  356. network:
  357. ip: 192.168.1.12
  358. port: 9078
  359. url: http://192.168.1.12:9078
  360. name: multi-scrobbler
  361. runsOn:
  362. - Unraid
  363. - kind: Service
  364. network:
  365. ip: 192.168.1.12
  366. port: 9299
  367. url: https://food.somedomain.com
  368. name: mealiev1
  369. tags:
  370. - FQDN
  371. notes: "## 2026-05-12"
  372. runsOn:
  373. - Unraid
  374. - kind: Service
  375. network:
  376. ip: 192.168.1.12
  377. port: 8066
  378. protocol: TCP
  379. name: Jellyfin
  380. notes: "## 2026-05-12"
  381. runsOn:
  382. - Unraid
  383. - kind: Service
  384. network:
  385. ip: 192.168.1.12
  386. port: 8096
  387. url: https://emby.somedomain.com
  388. name: EmbyServer
  389. tags:
  390. - FQDN
  391. runsOn:
  392. - Unraid
  393. - kind: Service
  394. name: Jellystat
  395. notes: ""
  396. runsOn:
  397. - Unraid
  398. - kind: Service
  399. network:
  400. ip: 192.168.1.12
  401. port: 4533
  402. url: https://music.somedomain.com
  403. name: navidrome
  404. tags:
  405. - FQDN
  406. runsOn:
  407. - Unraid
  408. - kind: Service
  409. network:
  410. ip: 192.168.1.12
  411. port: 32400
  412. url: https://plex.somedomain.com
  413. name: Plex-Media-Server
  414. tags:
  415. - FQDN
  416. runsOn:
  417. - Unraid
  418. - kind: Service
  419. network:
  420. ip: 192.168.1.12
  421. port: 8181
  422. url: http://192.168.1.12:8181
  423. name: tautulli
  424. runsOn:
  425. - Unraid
  426. - kind: Service
  427. name: Kometa
  428. runsOn:
  429. - Unraid
  430. - kind: Service
  431. network:
  432. ip: 192.168.1.12
  433. port: 8147
  434. url: https://deemix.somedomain.com
  435. name: deemix
  436. tags:
  437. - FQDN
  438. runsOn:
  439. - Unraid
  440. - kind: Service
  441. network:
  442. ip: 192.168.1.12
  443. port: 42010
  444. url: https://scrobble.somedomain.com
  445. name: maloja
  446. tags:
  447. - FQDN
  448. runsOn:
  449. - Unraid
  450. - kind: Service
  451. network:
  452. ip: 192.168.1.12
  453. port: 8456
  454. url: http://192.168.1.12:8456
  455. name: ddns-updater
  456. runsOn:
  457. - Unraid
  458. - kind: Service
  459. network:
  460. ip: 192.168.1.12
  461. port: 6881
  462. url: http://192.168.1.12:6881
  463. name: qbittorrentvpn (binhex)
  464. runsOn:
  465. - Unraid
  466. - kind: Service
  467. network:
  468. ip: 192.168.1.12
  469. port: 8015
  470. url: https://paste.somedomain.com
  471. name: microbin
  472. tags:
  473. - FQDN
  474. runsOn:
  475. - Unraid
  476. - kind: Service
  477. network:
  478. ip: 192.168.1.12
  479. port: 3100
  480. url: https://stuff.somedomain.com
  481. name: Homebox
  482. tags:
  483. - FQDN
  484. runsOn:
  485. - Unraid
  486. - kind: Service
  487. network:
  488. ip: 192.168.1.12
  489. port: 3200
  490. url: https://mystuff.somedomain.com
  491. name: Homebox-fred
  492. tags:
  493. - FQDN
  494. runsOn:
  495. - Unraid
  496. - kind: Service
  497. network:
  498. ip: 192.168.1.12
  499. port: 8443
  500. url: https://write.somedomain.com
  501. name: code-server
  502. tags:
  503. - FQDN
  504. runsOn:
  505. - Unraid
  506. - kind: Service
  507. network:
  508. ip: 192.168.1.12
  509. port: 5030
  510. url: https://start.somedomain.com
  511. name: flame
  512. tags:
  513. - FQDN
  514. runsOn:
  515. - Unraid
  516. - kind: Service
  517. network:
  518. ip: 192.168.1.12
  519. port: 9090
  520. url: https://links.somedomain.com
  521. name: linkding
  522. tags:
  523. - FQDN
  524. runsOn:
  525. - Unraid
  526. - kind: Service
  527. network:
  528. ip: 192.168.1.12
  529. port: 4743
  530. url: https://pw.somedomain.com
  531. name: vaultwarden
  532. tags:
  533. - FQDN
  534. runsOn:
  535. - Unraid
  536. - kind: Service
  537. name: external-ip
  538. notes: "## 2026-05-12"
  539. runsOn:
  540. - Unraid
  541. - kind: Service
  542. network:
  543. ip: 192.168.1.12
  544. port: 5076
  545. protocol: TCP
  546. url: https://hydra.somedomain.com
  547. name: nzbhydra2 (binhex)
  548. tags:
  549. - review
  550. - FQDN
  551. labels:
  552. status: decommissioned
  553. notes: |-
  554. 2026-02-26
  555. Shut down and deleted this docker.
  556. runsOn:
  557. - Unraid
  558. - kind: Service
  559. network:
  560. ip: 192.168.1.12
  561. port: 8080
  562. url: http://192.168.1.12:8080
  563. name: sabnzbd (binhex)
  564. runsOn:
  565. - Unraid
  566. - kind: Service
  567. network:
  568. ip: 192.168.1.12
  569. port: 8008
  570. url: http://192.168.1.12:8008
  571. name: apprise-api
  572. runsOn:
  573. - Unraid
  574. - kind: Service
  575. network:
  576. ip: 192.168.1.12
  577. port: 8982
  578. url: http://192.168.1.12:8982
  579. name: Dozzle
  580. runsOn:
  581. - Unraid
  582. - kind: Service
  583. network:
  584. ip: 192.168.1.12
  585. port: 8088
  586. url: https://firefly.somedomain.com
  587. name: Firefly-III
  588. tags:
  589. - FQDN
  590. runsOn:
  591. - Unraid
  592. - kind: Service
  593. name: Firefly-Importer
  594. runsOn:
  595. - Unraid
  596. - kind: Service
  597. network:
  598. ip: 192.168.1.12
  599. port: 9283
  600. url: https://grocy.somedomain.com
  601. name: grocy
  602. tags:
  603. - FQDN
  604. runsOn:
  605. - Unraid
  606. - kind: Service
  607. network:
  608. ip: 192.168.1.12
  609. port: 8956
  610. url: https://monica.somedomain.com
  611. name: monica
  612. tags:
  613. - FQDN
  614. notes: ""
  615. runsOn:
  616. - Unraid
  617. - kind: Service
  618. network:
  619. ip: 192.168.1.12
  620. port: 444
  621. url: https://cloud.somedomain.com
  622. name: nextcloud
  623. tags:
  624. - FQDN
  625. notes: "## 2026-05-11"
  626. runsOn:
  627. - Unraid
  628. - kind: Service
  629. network:
  630. ip: 192.168.1.12
  631. port: 8006
  632. url: https://paperless.somedomain.com
  633. name: paperless-ng
  634. tags:
  635. - FQDN
  636. runsOn:
  637. - Unraid
  638. - kind: Service
  639. network:
  640. ip: 192.168.1.12
  641. port: 8016
  642. url: https://pdf.somedomain.com
  643. name: paperless-ng-fred
  644. tags:
  645. - FQDN
  646. runsOn:
  647. - Unraid
  648. - kind: Service
  649. network:
  650. ip: 192.168.1.12
  651. port: 8029
  652. url: http://192.168.1.12:8029
  653. name: rss-bridge
  654. tags:
  655. - review
  656. labels:
  657. status: under review
  658. runsOn:
  659. - Unraid
  660. - kind: Service
  661. network:
  662. ip: 192.168.1.25
  663. port: 3000
  664. url: https://rss.somedomain.com
  665. name: rss-bridge (second)
  666. tags:
  667. - FQDN
  668. notes: "**2026-02-20** "
  669. runsOn:
  670. - Docker VM
  671. - kind: Service
  672. network:
  673. ip: 192.168.1.12
  674. port: 8975
  675. url: http://192.168.1.12:8975
  676. name: scrutiny
  677. runsOn:
  678. - Unraid
  679. - kind: Service
  680. network:
  681. ip: 192.168.1.12
  682. port: 6500
  683. url: http://wallabag.somedomain.com
  684. name: wallabag
  685. tags:
  686. - FQDN
  687. runsOn:
  688. - Unraid
  689. - kind: System
  690. type: container
  691. os: Debian GNU/Linux 12
  692. cores: 1
  693. ram: 0.5
  694. name: (100) wikijs LXC
  695. runsOn:
  696. - Proxmox
  697. - kind: Service
  698. name: bitwarden-portal
  699. runsOn:
  700. - Docker VM
  701. - kind: Service
  702. network:
  703. ip: 192.168.1.25
  704. port: 5000
  705. url: http://192.168.1.25:5000
  706. name: changedetection
  707. runsOn:
  708. - Docker VM
  709. - kind: Service
  710. name: cloudflaretunnel
  711. tags:
  712. - review
  713. runsOn:
  714. - Docker VM
  715. - kind: Service
  716. network:
  717. ip: 192.168.1.25
  718. port: 3300
  719. url: https://dawarich.somedomain.com
  720. name: dawarich
  721. tags:
  722. - FQDN
  723. runsOn:
  724. - Docker VM
  725. - kind: Service
  726. network:
  727. ip: 192.168.1.25
  728. port: 5001
  729. url: http://192.168.1.25:5001
  730. name: dockge
  731. tags:
  732. - review
  733. labels:
  734. status: decommissioned
  735. runsOn:
  736. - Docker VM
  737. - kind: Service
  738. network:
  739. ip: 192.168.1.25
  740. port: 3010
  741. url: https://hoard.somedomain.com
  742. name: hoarder (karakeep)
  743. tags:
  744. - FQDN
  745. runsOn:
  746. - Docker VM
  747. - kind: Service
  748. network:
  749. ip: 192.168.1.25
  750. port: 3020
  751. url: http://192.168.1.25:3020
  752. name: koinsight
  753. tags:
  754. - decommissioned
  755. notes: 2026-05-23 10:30
  756. runsOn:
  757. - Docker VM
  758. - kind: Service
  759. network:
  760. ip: 192.168.1.25
  761. port: 5050
  762. url: http://192.168.1.25:5050
  763. name: may
  764. tags:
  765. - decommissioned
  766. - fds
  767. labels:
  768. status: decommissioned
  769. notes: ""
  770. runsOn:
  771. - Docker VM
  772. - kind: Service
  773. network:
  774. ip: 192.168.1.25
  775. port: 5230
  776. url: http://192.168.1.25:5230
  777. name: memopoland2
  778. runsOn:
  779. - Docker VM
  780. - kind: Service
  781. network:
  782. ip: 192.168.1.25
  783. port: 5240
  784. url: https://memo.somedomain.com
  785. name: memos
  786. tags:
  787. - FQDN
  788. runsOn:
  789. - Docker VM
  790. - kind: Service
  791. network:
  792. ip: 192.168.1.25
  793. port: 2000
  794. url: http://192.168.1.25:2000
  795. name: reactflux
  796. runsOn:
  797. - Docker VM
  798. - kind: Service
  799. network:
  800. ip: 192.168.1.25
  801. port: 1200
  802. url: http://192.168.1.25:1200
  803. name: rsshub
  804. runsOn:
  805. - Docker VM
  806. - kind: Service
  807. network:
  808. ip: 192.168.1.25
  809. port: 8083
  810. url: http://192.168.1.25:8083
  811. name: subtrackr
  812. tags:
  813. - review
  814. runsOn:
  815. - Docker VM
  816. - kind: Service
  817. network:
  818. ip: 192.168.1.25
  819. port: 8675
  820. protocol: http
  821. url: http://192.168.1.25:8675
  822. name: upvoterss
  823. notes: ""
  824. runsOn:
  825. - Docker VM
  826. - kind: Service
  827. network:
  828. ip: 192.168.1.25
  829. port: 9412
  830. url: http://192.168.1.25:9412
  831. name: tugtainer
  832. tags:
  833. - review
  834. labels:
  835. status: decommissioned
  836. runsOn:
  837. - Docker VM
  838. - kind: Service
  839. name: tunnelcouk
  840. tags:
  841. - review
  842. runsOn:
  843. - Docker VM
  844. - kind: Service
  845. name: couchdb-for-ols
  846. tags:
  847. - review
  848. labels:
  849. status: decommissioned
  850. notes: 2026-02-24
  851. runsOn:
  852. - Docker VM
  853. - kind: Service
  854. network:
  855. ip: 192.168.1.25
  856. port: 9000
  857. url: http://192.168.1.25:9000
  858. name: thelounge
  859. tags:
  860. - review
  861. runsOn:
  862. - Docker VM
  863. - kind: Switch
  864. model: US-8-60W
  865. managed: true
  866. poe: true
  867. ports:
  868. - type: rj45
  869. speed: 1
  870. count: 8
  871. name: Unifi US-8-60W
  872. - kind: Switch
  873. model: Flex Mini
  874. ports:
  875. - type: rj45
  876. speed: 1
  877. count: 5
  878. name: Unifi USW Flex Mini
  879. - kind: AccessPoint
  880. model: NanoHD
  881. speed: 2
  882. ports:
  883. - type: rj45
  884. speed: 1
  885. count: 1
  886. name: Unifi NanoHD AP
  887. notes: |
  888. 1733 Mb/s 5G
  889. 300 Mb/s 2,4G
  890. - kind: Service
  891. network:
  892. ip: 192.168.1.60
  893. port: 3000
  894. url: https://wiki.somedomain.com
  895. name: wikijs
  896. tags:
  897. - LXC
  898. - FQDN
  899. runsOn:
  900. - (100) wikijs LXC
  901. - kind: Desktop
  902. ram:
  903. size: 32
  904. mts: 3200
  905. cpus:
  906. - model: Intel Core i9-9900K
  907. cores: 8
  908. threads: 16
  909. gpus:
  910. - model: NVIDIA GeForce GTX 1070
  911. vram: 8
  912. name: Archie
  913. - kind: System
  914. os: Arch Linux
  915. cores: 8
  916. ram: 32
  917. ip: 192.168.1.50
  918. name: Arch Linux
  919. runsOn:
  920. - Archie
  921. - kind: System
  922. type: container
  923. os: Debian GNU/Linux 12
  924. cores: 1
  925. ram: 0.5
  926. name: (101) pihole LXC
  927. runsOn:
  928. - Proxmox
  929. - kind: Service
  930. network:
  931. ip: 192.168.1.6
  932. port: 80
  933. url: https://192.168.1.6/admin/login
  934. name: pihole
  935. tags:
  936. - LXC
  937. runsOn:
  938. - (101) pihole LXC
  939. - kind: System
  940. type: container
  941. os: Debian GNU/Linux 12
  942. cores: 2
  943. ram: 2
  944. name: (102) unifi LXC
  945. runsOn:
  946. - Proxmox
  947. - kind: Service
  948. network:
  949. ip: 192.168.1.45
  950. port: 8443
  951. url: https://192.168.1.45:8443/
  952. name: unifi
  953. runsOn:
  954. - (102) unifi LXC
  955. - kind: Service
  956. network:
  957. ip: 192.168.1.12
  958. port: 5095
  959. url: http://192.168.1.12:5095
  960. name: seerr (binhex)
  961. tags:
  962. - arr-stack
  963. runsOn:
  964. - Unraid
  965. - kind: System
  966. type: container
  967. os: Debian GNU/Linux 12
  968. cores: 1
  969. ram: 0.5
  970. name: lubelogger (105)
  971. runsOn:
  972. - Proxmox
  973. - kind: System
  974. type: container
  975. os: Debian GNU/Linux 11
  976. cores: 1
  977. ram: 0.5
  978. name: adguard (106)
  979. runsOn:
  980. - Proxmox
  981. - kind: System
  982. type: container
  983. os: Debian GNU/Linux 12
  984. cores: 1
  985. ram: 0.5
  986. name: uptimekuma (116)
  987. runsOn:
  988. - Proxmox
  989. - kind: System
  990. type: container
  991. os: Debian GNU/Linux 12
  992. cores: 1
  993. ram: 0.5
  994. name: bookstack (118)
  995. runsOn:
  996. - Proxmox
  997. - kind: System
  998. type: container
  999. os: Debian GNU/Linux 12
  1000. cores: 1
  1001. ram: 1
  1002. name: vikunja (104)
  1003. runsOn:
  1004. - Proxmox
  1005. - kind: System
  1006. type: container
  1007. os: Debian GNU/Linux 12
  1008. cores: 1
  1009. ram: 1
  1010. name: homebox (120)
  1011. runsOn:
  1012. - Proxmox
  1013. - kind: System
  1014. type: container
  1015. os: Debian GNU/Linux 12
  1016. cores: 2
  1017. ram: 4
  1018. name: karakeep (121)
  1019. runsOn:
  1020. - Proxmox
  1021. - kind: System
  1022. type: container
  1023. os: Debian GNU/Linux 12
  1024. cores: 1
  1025. ram: 1
  1026. name: pulse (122)
  1027. labels:
  1028. status: decommissioned
  1029. notes: 2026-02-24
  1030. runsOn:
  1031. - Proxmox
  1032. - kind: Service
  1033. network:
  1034. ip: 192.168.1.65
  1035. port: 7655
  1036. protocol: TCP
  1037. url: http://192.168.1.65:7655
  1038. name: pulse
  1039. tags:
  1040. - review
  1041. labels:
  1042. status: decommissioned
  1043. notes: 2026-02-24 (Review)
  1044. runsOn:
  1045. - pulse (122)
  1046. - kind: Service
  1047. network:
  1048. ip: 192.168.1.62
  1049. port: 5000
  1050. protocol: TCP
  1051. url: http://192.168.1.62:5000
  1052. name: lubelogger
  1053. runsOn:
  1054. - lubelogger (105)
  1055. - kind: Service
  1056. network:
  1057. ip: 192.168.1.5
  1058. port: 80
  1059. protocol: TCP
  1060. url: http://192.168.1.5
  1061. name: adguard
  1062. runsOn:
  1063. - adguard (106)
  1064. - kind: Service
  1065. network:
  1066. ip: 192.168.1.61
  1067. port: 3001
  1068. protocol: TCP
  1069. url: https://uptime.somedomain.com
  1070. name: uptimekuma
  1071. runsOn:
  1072. - uptimekuma (116)
  1073. - kind: Service
  1074. network:
  1075. ip: 192.168.1.218
  1076. port: 80
  1077. protocol: TCP
  1078. url: http://192.168.1.218
  1079. name: bookstack
  1080. runsOn:
  1081. - bookstack (118)
  1082. - kind: Service
  1083. network:
  1084. ip: 192.168.1.63
  1085. port: 3456
  1086. protocol: TCP
  1087. url: https://tasks.somedomain.com
  1088. name: vikunja
  1089. tags:
  1090. - testing
  1091. - FQDN
  1092. labels:
  1093. status: testing
  1094. notes: ""
  1095. runsOn:
  1096. - vikunja (104)
  1097. - kind: Service
  1098. network:
  1099. ip: 192.168.1.64
  1100. port: 7745
  1101. protocol: TCP
  1102. url: http://192.168.1.64:7745
  1103. name: HomeBox LXC
  1104. tags:
  1105. - review
  1106. notes: 2026-02-24 (Review)
  1107. runsOn:
  1108. - homebox (120)
  1109. - kind: Service
  1110. network:
  1111. ip: 192.168.1.67
  1112. port: 3000
  1113. protocol: TCP
  1114. url: https://hoard.somedomain.com
  1115. name: karakeep
  1116. tags:
  1117. - FQDN
  1118. runsOn:
  1119. - karakeep (121)
  1120. - kind: Service
  1121. network:
  1122. ip: 192.168.1.25
  1123. port: 4110
  1124. protocol: TCP
  1125. url: https://koito.somedomain.com
  1126. name: koito
  1127. notes: ""
  1128. runsOn:
  1129. - Docker VM
  1130. - kind: Service
  1131. network:
  1132. ip: 192.168.1.12
  1133. port: 8070
  1134. protocol: TCP
  1135. url: https://gotify.somedomain.com
  1136. name: gotify
  1137. runsOn:
  1138. - Unraid
  1139. - kind: Service
  1140. network:
  1141. ip: 192.168.1.12
  1142. port: 8154
  1143. protocol: TCP
  1144. name: TandoorRecipes
  1145. runsOn:
  1146. - Unraid
  1147. - kind: Service
  1148. network:
  1149. ip: 192.168.1.12
  1150. port: 8155
  1151. protocol: TCP
  1152. name: TandoorRecipes2
  1153. runsOn:
  1154. - Unraid
  1155. - kind: Service
  1156. network:
  1157. ip: 192.168.1.12
  1158. port: 9898
  1159. protocol: TCP
  1160. name: backrest
  1161. tags:
  1162. - testing
  1163. labels:
  1164. status: testing
  1165. runsOn:
  1166. - Unraid
  1167. - kind: System
  1168. os: Debian 13
  1169. cores: 1
  1170. ram: 0.5
  1171. name: Technititum DNS (114)
  1172. runsOn:
  1173. - Proxmox
  1174. - kind: Service
  1175. network:
  1176. ip: 192.168.1.7
  1177. port: 5380
  1178. protocol: TCP
  1179. url: https://dns.somedomain.com
  1180. name: Technititum DNS
  1181. tags:
  1182. - core infrastrucure
  1183. notes: ""
  1184. runsOn:
  1185. - Technititum DNS (114)
  1186. - kind: System
  1187. os: Debian 13
  1188. cores: 2
  1189. ram: 2048
  1190. name: nametag (115)
  1191. tags:
  1192. - testing
  1193. runsOn:
  1194. - Proxmox
  1195. - kind: Service
  1196. network:
  1197. ip: 192.168.1.64
  1198. port: 3000
  1199. protocol: TCP
  1200. url: https://nametag.somedomain.com
  1201. name: nametag
  1202. runsOn:
  1203. - nametag (115)
  1204. - kind: System
  1205. type: container
  1206. os: Debian 13
  1207. cores: 2
  1208. ram: 2048
  1209. ip: 192.168.1.65
  1210. name: homelable (116)
  1211. tags:
  1212. - testing
  1213. runsOn:
  1214. - Proxmox
  1215. - kind: Service
  1216. network:
  1217. ip: 192.168.1.65
  1218. port: 3000
  1219. protocol: TCP
  1220. name: homelable
  1221. tags:
  1222. - testing
  1223. runsOn:
  1224. - homelable (116)
  1225. - kind: Service
  1226. network:
  1227. protocol: TCP
  1228. name: MariaDB (firefly-db)
  1229. notes: "**Deployed 2026-05-11**"
  1230. runsOn:
  1231. - Unraid
  1232. - kind: Service
  1233. network:
  1234. protocol: TCP
  1235. name: MariaDB (nextcloud-db)
  1236. notes: "**Deployed 2026-05-11**"
  1237. runsOn:
  1238. - Unraid
  1239. - kind: Service
  1240. name: MariaDB (monica-db)
  1241. notes: ""
  1242. runsOn:
  1243. - Unraid
  1244. - kind: Service
  1245. network:
  1246. ip: 192.168.1.25
  1247. port: 3030
  1248. protocol: TCP
  1249. name: koreader-sync
  1250. notes: "**2026-05-24**"
  1251. runsOn:
  1252. - Docker VM
  1253. connections:
  1254. - a:
  1255. resource: Unifi USW Flex Mini
  1256. portGroup: 0
  1257. portIndex: 4
  1258. b:
  1259. resource: Unicomplex
  1260. portGroup: 0
  1261. portIndex: 0
  1262. - a:
  1263. resource: Unifi US-8-60W
  1264. portGroup: 0
  1265. portIndex: 6
  1266. b:
  1267. resource: Unifi NanoHD AP
  1268. portGroup: 0
  1269. portIndex: 0
  1270. - a:
  1271. resource: Unifi USW Flex Mini
  1272. portGroup: 0
  1273. portIndex: 0
  1274. b:
  1275. resource: Unifi US-8-60W
  1276. portGroup: 0
  1277. portIndex: 7