mediaserver: wip tubearchivist
This commit is contained in:
parent
92dad289e9
commit
ff39cbc56c
2 changed files with 38 additions and 36 deletions
|
@ -1,9 +1,11 @@
|
||||||
age-encryption.org/v1
|
age-encryption.org/v1
|
||||||
-> ssh-ed25519 MtGp6g ursvuiyjKkXNcAPEn5iOK7Nsg1x+RJhAHdNwWB/1hho
|
-> ssh-ed25519 MtGp6g 71Sll5mOpwhM2C/nQTT+slgJphZMSmHZpred5UTTxiE
|
||||||
OdN5lEWaQgd+B/U6wKszQbDyp6MzepIq5xnsvJ/uiYQ
|
c/groaW0tdl3xgVzWZ+PKqDAsdRhT1yz78PuP7SO9z4
|
||||||
-> ssh-ed25519 Y94Yig FCpPV0eILzRUfABR8vY1X48Tw+VBrBtPd9ZoGq/k2V4
|
-> ssh-ed25519 Y94Yig P2AE/3uQ7XSQSwhkRUSkQlHxDsyMANX1Az70qlFNsU8
|
||||||
uS5pUgxD/5wwCFVH5UX6h4GRCvs7ajEqM9HUkgpiMVE
|
cYu7EqB8vDjuF/fo+FGk2/2SHdGP4TYTUwPHlKMzqGM
|
||||||
-> ?`.}^-grease }s:[/Y+} 81$^9e 1 /'
|
-> c-grease q:
|
||||||
hyFuWow2oXRk+HRjPQJHQputCUFLWUxcOthm5aQ
|
|
||||||
--- RTAPvC+ShrGZPxz9EEyeCOERlBtwkLSczpqz0s6k058
|
--- gmChjd12e39ETFlLxfqy/BEgpibfWWbfprHZOv+PsMw
|
||||||
<EFBFBD>ç<EFBFBD>¸ě4^%!ě'ç/ĂkF1x‚ó)uÄb?·'z,ňňż<C588>ůjiNś@rÄ=:‘´}3¨é"Ý2hˇnčż„ŐĆÜÜv{=ý<>úÝĺLs&–ąM-yű<R¤W‘ÇłUcš!6˙ěŇ’Ůń+<2B>¶µA®×m|ScźMŘ}U4ţĐ}Eŕ¨rvËČą„DS«`óAĺ7„‘ ^3ĄKŹ0z»§/!3ż®W›VĄ˛âa1]JµEíüÚÖxZ…T@őµĆöčvlŇ[žŕĆu~;€U˝ht}Ţ[·;üöFÓü˘‹O~r…(2÷ł/a”:ŔQ“[VS5{‡s(,4{z•]7»ç<>[RbŔÖz§+dŽZů
|
–0Î/4™¥FôÖÅ r<02>£'R`ÜhiÈ
|
||||||
|
)>+I5®çÔès’oI¦ËÊcƒ°@”é3<0B>ôGâÛÓ©ì©cÔú-¬`8öÃd{ÅòvÙ£Že~FVè"Ç×s]èÕé3
ðQƒÆ|‚ñ<E2809A>ý6j9Ùµ~Òœyv‚:¹#±uѺ²³Eâ¹Ëô½<H.”)Æ¢1µfœ'—\Ÿ×öz<œ·ˆâ#N›¹ß4_õé¦ L$y¤4˜<34>ᯋÏûX‡‹‡ò2QD(eãAû|ÌÂ,^q³ÝänPlú
=tœŽL·ˆ)ý\=ÒûúØʲûÒ<C3BB>G9ú¯FAGX!Öã&±„y(¸¦-<2D>ôT)üQó<>G
|
||||||
|
zɱ
|
|
@ -7,32 +7,32 @@
|
||||||
"d /var/lib/tubearchivist/es 0755 root root"
|
"d /var/lib/tubearchivist/es 0755 root root"
|
||||||
];
|
];
|
||||||
|
|
||||||
# virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
# tubearchivist = {
|
# tubearchivist = {
|
||||||
# image = "docker.io/bbilly1/tubearchivist:latest";
|
# image = "docker.io/bbilly1/tubearchivist:latest";
|
||||||
# dependsOn = [ "archivist-es" "archivist-redis" ];
|
# dependsOn = [ "archivist-es" "archivist-redis" ];
|
||||||
# ports = [ "127.0.0.1:9887:8000" ];
|
# ports = [ "127.0.0.1:9887:8000" ];
|
||||||
# environmentFiles = [ config.age.secrets.tubearchivist-environment-ta.path ];
|
# environmentFiles = [ config.age.secrets.tubearchivist-environment-ta.path ];
|
||||||
# volumes = [
|
# volumes = [
|
||||||
# "/mnt/media/YTDL/Downloads:/youtube"
|
# "/mnt/media/YTDL/Downloads:/youtube"
|
||||||
# "/mnt/media/YTDL/Cache:/cache"
|
# "/mnt/media/YTDL/Cache:/cache"
|
||||||
# ];
|
# ];
|
||||||
# };
|
# };
|
||||||
#
|
#
|
||||||
# archivist-redis = {
|
archivist-redis = {
|
||||||
# image = "docker.io/redis/redis-stack-server:latest";
|
image = "docker.io/redis/redis-stack-server:latest";
|
||||||
# volumes = [
|
volumes = [
|
||||||
# "/var/lib/tubearchivist/redis:/data"
|
"/var/lib/tubearchivist/redis:/data"
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
#
|
|
||||||
# archivist-es = {
|
archivist-es = {
|
||||||
# image = "docker.io/bbilly1/tubearchivist-es:latest";
|
image = "docker.io/bbilly1/tubearchivist-es:latest";
|
||||||
# environmentFiles = [ config.age.secrets.tubearchivist-environment-es.path ];
|
environmentFiles = [ config.age.secrets.tubearchivist-environment-es.path ];
|
||||||
# extraOptions = [ "--ulimit memlock=-1:-1" ];
|
extraOptions = [ "--ulimit memlock=-1:-1" ];
|
||||||
# volumes = [
|
volumes = [
|
||||||
# "/var/lib/tubearchivist/es:/usr/share/elasticsearch/data"
|
"/var/lib/tubearchivist/es:/usr/share/elasticsearch/data"
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue