remove project send
This commit is contained in:
parent
5f9ab890c6
commit
7f5baabb23
2 changed files with 0 additions and 92 deletions
|
|
@ -1,82 +0,0 @@
|
||||||
{config, ...}: {
|
|
||||||
# Environment variables for ProjectSend
|
|
||||||
age.secrets.projectsend = {
|
|
||||||
rekeyFile = ./environment.age;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Setup for ProjectSend, a file sharing application
|
|
||||||
virtualisation.oci-containers.containers = {
|
|
||||||
projectsend = {
|
|
||||||
image = "linuxserver/projectsend:version-r1720";
|
|
||||||
ports = [
|
|
||||||
"9684:80"
|
|
||||||
];
|
|
||||||
volumes = [
|
|
||||||
"/var/lib/projectsend/config:/config"
|
|
||||||
"/var/lib/projectsend/data:/data"
|
|
||||||
];
|
|
||||||
environment = {
|
|
||||||
PUID = "1000";
|
|
||||||
PGID = "100";
|
|
||||||
};
|
|
||||||
extraOptions = [
|
|
||||||
"--network=projectsend"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
# MariaDB container for ProjectSend
|
|
||||||
projectsend-mariadb = {
|
|
||||||
image = "mariadb:lts-noble";
|
|
||||||
volumes = [
|
|
||||||
"/var/lib/projectsend/mysql:/var/lib/mysql"
|
|
||||||
];
|
|
||||||
environmentFiles = [
|
|
||||||
config.age.secrets.projectsend.path
|
|
||||||
];
|
|
||||||
extraOptions = [
|
|
||||||
"--network=projectsend"
|
|
||||||
];
|
|
||||||
# Override the default user and group for MariaDB
|
|
||||||
user = "1000:100";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Network for ProjectSend containers
|
|
||||||
services.traefik.dynamicConfigOptions.http = {
|
|
||||||
routers.projectsend = {
|
|
||||||
rule = "Host(`drop.ps7e.xyz`)";
|
|
||||||
entryPoints = [
|
|
||||||
"websecure"
|
|
||||||
];
|
|
||||||
service = "projectsend";
|
|
||||||
};
|
|
||||||
services.projectsend = {
|
|
||||||
loadBalancer.servers = [
|
|
||||||
{url = "http://127.0.0.1:9684";}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Persistence configuration for ProjectSend
|
|
||||||
environment.persistence."/persist" = {
|
|
||||||
directories = [
|
|
||||||
{
|
|
||||||
directory = "/var/lib/projectsend/config";
|
|
||||||
user = "sajenim";
|
|
||||||
group = "users";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
directory = "/var/lib/projectsend/data";
|
|
||||||
user = "sajenim";
|
|
||||||
group = "users";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
directory = "/var/lib/projectsend/mysql";
|
|
||||||
user = "sajenim";
|
|
||||||
group = "users";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
age-encryption.org/v1
|
|
||||||
-> piv-p256 hdSnGw ArF/5zoX1WGrrBvli8JN/BU/zhX+uuSvHUZOr8xWT1jE
|
|
||||||
AVLiFe7B8jpeqy3twUGoOcuA4XKGv4wT9gKMNIipmuc
|
|
||||||
-> }S39,Y-grease Y`7mW
|
|
||||||
bOcAO2gpCv5yHpJyHI2omMPzeRjiTTagCwQfMZST5+D6A1mPk86C99e2bDNv
|
|
||||||
--- KbkF7enRjL7hkgek9CO5UcIOVZ087ji1oDMGViaThPI
|
|
||||||
<09>'4[n7ôY0YZõ͉¦þ®ã±k‘±žzÕ´p]v{_sÛ;
|
|
||||||
±ôÚf¾A
|
|
||||||
!.ò¦Û±±¢ý줮EWw²lÊÔS¶
ÚyˆÁ¶s8lmOlžÝ J˜bjÜå–Ý®ù®n:¡q.8®d<EFBFBD>d_à³3
|
|
||||||
™æp‰ÂÞN´´ÅÁY)×<>È›ÿ÷Y³YÂ
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue