add documenso
This commit is contained in:
parent
e5a044aba3
commit
09ba8c1a92
34
frontend/public/json/documenso.json
Normal file
34
frontend/public/json/documenso.json
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"name": "Documenso",
|
||||||
|
"slug": "documenso",
|
||||||
|
"categories": [
|
||||||
|
12
|
||||||
|
],
|
||||||
|
"date_created": "2025-04-14",
|
||||||
|
"type": "ct",
|
||||||
|
"updateable": false,
|
||||||
|
"privileged": false,
|
||||||
|
"interface_port": 3000,
|
||||||
|
"documentation": "https://documenso.com/",
|
||||||
|
"website": "https://documenso.com/",
|
||||||
|
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/documenso.svg",
|
||||||
|
"description": "Signing documents digitally should be fast and easy and should be the best practice for every document signed worldwide. This is technically quite easy today, but it also introduces a new party to every signature: The signing tool providers. While this is not a problem in itself, it should make us think about how we want these providers of trust to work. Documenso aims to be the world's most trusted document-signing tool. This trust is built by empowering you to self-host Documenso and review how it works under the hood.",
|
||||||
|
"install_methods": [
|
||||||
|
{
|
||||||
|
"type": "default",
|
||||||
|
"script": "ct/documenso.sh",
|
||||||
|
"resources": {
|
||||||
|
"cpu": 4,
|
||||||
|
"ram": 6144,
|
||||||
|
"hdd": 10,
|
||||||
|
"os": "Debian",
|
||||||
|
"version": "12"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"default_credentials": {
|
||||||
|
"username": "helper-scripts@local.com",
|
||||||
|
"password": "helper-scripts"
|
||||||
|
},
|
||||||
|
"notes": []
|
||||||
|
}
|
@ -717,7 +717,7 @@ EOF
|
|||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl enable -q --now update-local-ip.timer
|
systemctl enable -q --now update-local-ip.timer
|
||||||
|
|
||||||
msg_ok "Setup LOCAL_IP helper in $BASE_DIR with systemd integration"
|
$STD msg_ok "Setup LOCAL_IP helper in $BASE_DIR with systemd integration"
|
||||||
}
|
}
|
||||||
|
|
||||||
import_local_ip() {
|
import_local_ip() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user