Update file all.yml
This commit is contained in:
parent
8d6e0b5ef6
commit
5d79949417
@ -144,18 +144,6 @@ dashy_port: "45132"
|
|||||||
dashy_domain: "start.zailon.ru"
|
dashy_domain: "start.zailon.ru"
|
||||||
|
|
||||||
# ------------ data (192.168.1.202) ------------
|
# ------------ data (192.168.1.202) ------------
|
||||||
bookstack_base_dir: "/mnt/bookstack"
|
|
||||||
bookstack_config_dir: "/mnt/bookstack/config"
|
|
||||||
bookstack_uploads_dir: "/mnt/bookstack/uploads"
|
|
||||||
bookstack_db_dir: "/mnt/bookstack/db"
|
|
||||||
bookstack_port: "45133"
|
|
||||||
|
|
||||||
mealie_base_dir: "/mnt/mealie"
|
|
||||||
mealie_data_dir: "/mnt/mealie/data"
|
|
||||||
mealie_port: "45132"
|
|
||||||
mealie_db_type: "sqlite"
|
|
||||||
mealie_db_password: "{{ vault_mealie_db_password }}"
|
|
||||||
|
|
||||||
bitwarden_base_dir: "/mnt/bitwarden"
|
bitwarden_base_dir: "/mnt/bitwarden"
|
||||||
bitwarden_data_dir: "{{ bitwarden_base_dir }}/vw-data"
|
bitwarden_data_dir: "{{ bitwarden_base_dir }}/vw-data"
|
||||||
bitwarden_port: "45131"
|
bitwarden_port: "45131"
|
||||||
@ -170,6 +158,19 @@ bitwarden_smtp_password: "{{ vault_bitwarden_smtp_password }}"
|
|||||||
bitwarden_smtp_from: "zailon@bk.ru"
|
bitwarden_smtp_from: "zailon@bk.ru"
|
||||||
bitwarden_domain: "https://bw.zailon.ru"
|
bitwarden_domain: "https://bw.zailon.ru"
|
||||||
|
|
||||||
|
mealie_base_dir: "/mnt/mealie"
|
||||||
|
mealie_data_dir: "/mnt/mealie/data"
|
||||||
|
mealie_port: "45132"
|
||||||
|
mealie_db_type: "sqlite"
|
||||||
|
mealie_db_password: "{{ vault_mealie_db_password }}"
|
||||||
|
|
||||||
|
bookstack_base_dir: "/mnt/bookstack"
|
||||||
|
bookstack_config_dir: "/mnt/bookstack/config"
|
||||||
|
bookstack_uploads_dir: "/mnt/bookstack/uploads"
|
||||||
|
bookstack_db_dir: "/mnt/bookstack/db"
|
||||||
|
bookstack_port: "45133"
|
||||||
|
|
||||||
|
|
||||||
# ------------ media (192.168.1.203) ------------
|
# ------------ media (192.168.1.203) ------------
|
||||||
service_config_base: "/mnt/service"
|
service_config_base: "/mnt/service"
|
||||||
|
|
||||||
@ -216,11 +217,11 @@ torrserver_base_dir: "/mnt/service/torrserver"
|
|||||||
torrserver_config_dir: "{{ torrserver_base_dir }}/config"
|
torrserver_config_dir: "{{ torrserver_base_dir }}/config"
|
||||||
torrserver_torrents_dir: "{{ torrserver_base_dir }}/torrents"
|
torrserver_torrents_dir: "{{ torrserver_base_dir }}/torrents"
|
||||||
torrserver_port: "45136"
|
torrserver_port: "45136"
|
||||||
# ------------ Flibusta ------------
|
|
||||||
flibusta_base_dir: "/mnt/service/flibusta"
|
flibusta_base_dir: "/mnt/service/flibusta"
|
||||||
flibusta_source_archives_dir: "/mnt/books/flibusta"
|
flibusta_source_archives_dir: "/mnt/books/flibusta"
|
||||||
flibusta_web_port: "45135"
|
flibusta_web_port: "45137"
|
||||||
flibusta_db_port: "45136"
|
flibusta_db_port: "45138"
|
||||||
flibusta_db_user: "flibusta"
|
flibusta_db_user: "flibusta"
|
||||||
flibusta_db_password: "flibusta"
|
flibusta_db_password: "flibusta"
|
||||||
flibusta_db_name: "flibusta"
|
flibusta_db_name: "flibusta"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user