mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
Generated
+548
-548
File diff suppressed because it is too large
Load Diff
@@ -44,7 +44,8 @@ let
|
||||
preload.enable = true;
|
||||
journald = {
|
||||
extraConfig = ''
|
||||
SystemMaxUse=512M
|
||||
|
||||
SystemMaxUse=512M
|
||||
'';
|
||||
};
|
||||
samba = {
|
||||
|
||||
@@ -82,7 +82,8 @@ let
|
||||
throttled.enable = true;
|
||||
journald = {
|
||||
extraConfig = ''
|
||||
SystemMaxUse=512M
|
||||
|
||||
SystemMaxUse=512M
|
||||
'';
|
||||
};
|
||||
openssh = {
|
||||
|
||||
@@ -44,7 +44,8 @@ let
|
||||
preload.enable = true;
|
||||
journald = {
|
||||
extraConfig = ''
|
||||
SystemMaxUse=512M
|
||||
|
||||
SystemMaxUse=512M
|
||||
'';
|
||||
};
|
||||
samba = {
|
||||
|
||||
@@ -24,7 +24,8 @@ let
|
||||
services = {
|
||||
journald = {
|
||||
extraConfig = ''
|
||||
SystemMaxUse=512M
|
||||
|
||||
SystemMaxUse=512M
|
||||
'';
|
||||
};
|
||||
earlyoom.enable = true;
|
||||
|
||||
@@ -34,11 +34,12 @@
|
||||
polkit = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
polkit.addRule(function(action, subject) {
|
||||
if (subject.isInGroup("wheel")){ // for sudo
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
||||
|
||||
polkit.addRule(function(action, subject) {
|
||||
if (subject.isInGroup("wheel")){ // for sudo
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
@@ -19,9 +19,10 @@
|
||||
theme = "robbyrussell";
|
||||
};
|
||||
shellInit = ''
|
||||
beetn() {
|
||||
echo "$*" | aichat -cer beets
|
||||
}
|
||||
|
||||
beetn() {
|
||||
echo "$*" | aichat -cer beets
|
||||
}
|
||||
'';
|
||||
shellAliases = {
|
||||
# shell
|
||||
@@ -31,11 +32,11 @@
|
||||
st = "systemctl-tui";
|
||||
|
||||
# ssh
|
||||
z-s="ssh sapphira";
|
||||
z-st="ssh sapphira-tailscale";
|
||||
z-o="ssh otreca";
|
||||
z-ot="ssh otreca-tailscale";
|
||||
z-p-1="ssh pubray-1";
|
||||
z-s = "ssh sapphira";
|
||||
z-st = "ssh sapphira-tailscale";
|
||||
z-o = "ssh otreca";
|
||||
z-ot = "ssh otreca-tailscale";
|
||||
z-p-1 = "ssh pubray-1";
|
||||
|
||||
# Somethings
|
||||
reboot-bios = "sudo systemctl reboot --firmware-setup";
|
||||
|
||||
@@ -142,10 +142,11 @@ in
|
||||
];
|
||||
requires = [ "coolwsd.service" ];
|
||||
script = ''
|
||||
${occ}/bin/nextcloud-occ config:app:set richdocuments wopi_url --value ${lib.escapeShellArg wopi_url}
|
||||
${occ}/bin/nextcloud-occ config:app:set richdocuments public_wopi_url --value ${lib.escapeShellArg public_wopi_url}
|
||||
${occ}/bin/nextcloud-occ config:app:set richdocuments wopi_allowlist --value ${lib.escapeShellArg wopi_allowlist}
|
||||
${occ}/bin/nextcloud-occ richdocuments:setup
|
||||
|
||||
${occ}/bin/nextcloud-occ config:app:set richdocuments wopi_url --value ${lib.escapeShellArg wopi_url}
|
||||
${occ}/bin/nextcloud-occ config:app:set richdocuments public_wopi_url --value ${lib.escapeShellArg public_wopi_url}
|
||||
${occ}/bin/nextcloud-occ config:app:set richdocuments wopi_allowlist --value ${lib.escapeShellArg wopi_allowlist}
|
||||
${occ}/bin/nextcloud-occ richdocuments:setup
|
||||
'';
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
|
||||
@@ -13,10 +13,11 @@
|
||||
#after = [ ];
|
||||
requisite = [ "mnt-archive.mount" ]; # hard-code
|
||||
script = ''
|
||||
${pkgs.rsync}/bin/rsync -rtv --delete ${xlib.dirs.services-folder}/immich/ ${xlib.dirs.archive-drive}/Services/immich/
|
||||
${pkgs.rsync}/bin/rsync -rtv --delete ${xlib.dirs.services-folder}/nextcloud/ ${xlib.dirs.archive-drive}/Services/nextcloud/
|
||||
${pkgs.rsync}/bin/rsync -rtv --delete ${xlib.dirs.services-folder}/node-red/ ${xlib.dirs.archive-drive}/Services/node-red/
|
||||
${pkgs.rsync}/bin/rsync -rtv --delete ${xlib.dirs.services-folder}/uptime-kuma/ ${xlib.dirs.archive-drive}/Services/node-red/
|
||||
|
||||
${pkgs.rsync}/bin/rsync -rtv --delete ${xlib.dirs.services-folder}/immich/ ${xlib.dirs.archive-drive}/Services/immich/
|
||||
${pkgs.rsync}/bin/rsync -rtv --delete ${xlib.dirs.services-folder}/nextcloud/ ${xlib.dirs.archive-drive}/Services/nextcloud/
|
||||
${pkgs.rsync}/bin/rsync -rtv --delete ${xlib.dirs.services-folder}/node-red/ ${xlib.dirs.archive-drive}/Services/node-red/
|
||||
${pkgs.rsync}/bin/rsync -rtv --delete ${xlib.dirs.services-folder}/uptime-kuma/ ${xlib.dirs.archive-drive}/Services/node-red/
|
||||
'';
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
|
||||
@@ -36,16 +36,19 @@
|
||||
WorkingDirectory = "${xlib.dirs.user-services}/zapret";
|
||||
User = "root";
|
||||
ExecStart = ''
|
||||
/run/current-system/sw/bin/bash ${xlib.dirs.user-services}/zapret/main_script.sh -nointeractive
|
||||
|
||||
/run/current-system/sw/bin/bash ${xlib.dirs.user-services}/zapret/main_script.sh -nointeractive
|
||||
'';
|
||||
ExecStop = ''
|
||||
/run/current-system/sw/bin/bash ${xlib.dirs.user-services}/zapret/stop_and_clean_nft.sh
|
||||
|
||||
/run/current-system/sw/bin/bash ${xlib.dirs.user-services}/zapret/stop_and_clean_nft.sh
|
||||
'';
|
||||
# ExecStopPost = ''
|
||||
# /run/current-system/sw/bin/echo "Сервис завершён"
|
||||
# '';
|
||||
PIDFile = ''
|
||||
/run/zapret_discord_youtube.pid
|
||||
|
||||
/run/zapret_discord_youtube.pid
|
||||
'';
|
||||
# Restart = "on-failure";
|
||||
# RestartSec = "5s";
|
||||
|
||||
@@ -64,8 +64,9 @@
|
||||
TimeoutSec = 300;
|
||||
};
|
||||
script = ''
|
||||
cd /mnt/containers/3x-ui
|
||||
podman build -t compose2nix/3xui_app -f ./Dockerfile .
|
||||
|
||||
cd /mnt/containers/3x-ui
|
||||
podman build -t compose2nix/3xui_app -f ./Dockerfile .
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
+17
-10
@@ -25,7 +25,8 @@ in
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
client_max_body_size 5G;
|
||||
|
||||
client_max_body_size 5G;
|
||||
'';
|
||||
};
|
||||
# "node-red.zeroq.ru" = {
|
||||
@@ -49,7 +50,8 @@ in
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
client_max_body_size 5G;
|
||||
|
||||
client_max_body_size 5G;
|
||||
'';
|
||||
};
|
||||
"office.zeroq.ru" = {
|
||||
@@ -63,10 +65,11 @@ in
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
client_max_body_size 5G;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
client_max_body_size 5G;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
''; # absolute_redirect off;
|
||||
};
|
||||
"immich.zeroq.ru" = {
|
||||
@@ -78,7 +81,8 @@ in
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
client_max_body_size 5G;
|
||||
|
||||
client_max_body_size 5G;
|
||||
'';
|
||||
};
|
||||
"nextcloud.zeroq.ru" = {
|
||||
@@ -100,7 +104,8 @@ in
|
||||
# };
|
||||
};
|
||||
extraConfig = ''
|
||||
client_max_body_size 5G;
|
||||
|
||||
client_max_body_size 5G;
|
||||
'';
|
||||
};
|
||||
"calibre.zeroq.ru" = {
|
||||
@@ -112,7 +117,8 @@ in
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
client_max_body_size 5G;
|
||||
|
||||
client_max_body_size 5G;
|
||||
'';
|
||||
};
|
||||
"pdf.zeroq.ru" = {
|
||||
@@ -124,7 +130,8 @@ in
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
client_max_body_size 5G;
|
||||
|
||||
client_max_body_size 5G;
|
||||
'';
|
||||
};
|
||||
# "llm.zeroq.ru" = {
|
||||
|
||||
+2912
-2912
File diff suppressed because one or more lines are too long
+291
-291
@@ -1,291 +1,291 @@
|
||||
ADD files_versions_s3 1.2.0
|
||||
ADD passman 2.4.12
|
||||
ADD files_lock 31.0.2
|
||||
ADD richdocuments 8.7.4
|
||||
ADD dokuwiki 1.1.1
|
||||
ADD groupfolders 19.1.5
|
||||
ADD fileslibreofficeedit 2.0.1
|
||||
ADD nextframe 0.0.7
|
||||
ADD integration_slack 2.1.1
|
||||
ADD files_linkeditor 1.1.22
|
||||
ADD music 2.3.0
|
||||
ADD photo_frames 1.5.0
|
||||
ADD eidlogin 1.0.18
|
||||
ADD user_ispconfig_api 31.0.1
|
||||
ADD files_emailviewer 0.1.4
|
||||
ADD brewmemo 0.4.0
|
||||
ADD workflow_ocr 1.31.2
|
||||
ADD dav_push 0.0.3
|
||||
ADD sentry 8.15.15
|
||||
ADD certificate24 0.3.7
|
||||
ADD user_saml 7.0.0
|
||||
ADD sms_relentless 1.4.2
|
||||
ADD fulltextsearch 31.0.0
|
||||
ADD timemanager 0.3.18
|
||||
ADD integration_youtube 0.4.0
|
||||
ADD familybudget 0.3.0
|
||||
ADD webapppassword 25.8.0
|
||||
ADD user_migration 8.0.0
|
||||
ADD gestion 2.8.6
|
||||
ADD ownpad 0.13.0
|
||||
ADD integration_notion 1.3.1
|
||||
ADD cloud_py_api 0.2.0
|
||||
ADD impersonate 2.0.0
|
||||
ADD workflow_pdf_converter 2.0.0
|
||||
ADD carnet 0.25.11
|
||||
ADD smb_test 0.3.11
|
||||
ADD files_inotify 0.2.3
|
||||
ADD text_templates 1.2.1
|
||||
ADD recognize 9.0.7
|
||||
ADD guests 4.5.2
|
||||
ADD logcleaner 1.1.8
|
||||
ADD memories 7.6.2
|
||||
ADD integration_gitlab 3.2.0
|
||||
ADD fairmeeting 0.22.3
|
||||
ADD electronicsignatures 3.0.5
|
||||
ADD keeweb 0.6.21
|
||||
ADD integration_discourse 2.4.1
|
||||
ADD oidc 1.8.5
|
||||
ADD office_switcher 0.1.1
|
||||
ADD bookmarks 15.2.0
|
||||
ADD socialsharing_twitter 3.3.0
|
||||
ADD richdocumentscode_arm64 25.4.403
|
||||
ADD cookbook 0.11.3
|
||||
ADD pandoc 0.9.0
|
||||
ADD htmlviewer 31.0.0
|
||||
ADD contacts 7.3.1
|
||||
ADD socialsharing_email 3.3.0
|
||||
ADD notify_push 1.2.0
|
||||
ADD google_synchronization 4.0.1
|
||||
ADD analytics_sourcepack 0.0.3
|
||||
ADD mfazones 0.2.4
|
||||
ADD context_chat 4.4.1
|
||||
ADD inventory 0.1.3
|
||||
ADD tables 0.9.5
|
||||
ADD pride_flags 1.1.2
|
||||
ADD group_everyone 0.1.17
|
||||
ADD calendar 5.5.4
|
||||
ADD user_oidc 7.4.0
|
||||
ADD integration_oidc 0.1.5
|
||||
ADD files_snapshots 1.0.12
|
||||
ADD cas 0.2.15
|
||||
ADD chores 0.0.6
|
||||
ADD camerarawpreviews 0.8.7
|
||||
ADD auto_groups 1.6.2
|
||||
ADD metadata 0.22.0
|
||||
ADD cospend 3.1.3
|
||||
ADD sendentsynchroniser 1.1.0
|
||||
ADD cfg_share_links 7.0.1
|
||||
ADD workspace 4.0.5
|
||||
ADD hitobitologin 1.0.2
|
||||
ADD forms 5.1.2
|
||||
ADD xwiki 1.0.0
|
||||
ADD call_summary_bot 3.1.0
|
||||
ADD occweb 0.2.3
|
||||
ADD spreed 21.1.5
|
||||
ADD duplicatefinder 1.7.3
|
||||
ADD familytree 1.3.6
|
||||
ADD documentserver_community 0.2.0
|
||||
ADD integration_dropbox 4.0.3
|
||||
ADD phonetrack 0.9.1
|
||||
ADD files_mindmap 0.0.33
|
||||
ADD autocurrency 1.0.2
|
||||
ADD externalpassword 1.1.2
|
||||
ADD preferred_providers 1.16.0
|
||||
ADD integration_alephalpha 1.0.7
|
||||
ADD integration_miro 1.0.7
|
||||
ADD announcementcenter 7.2.1
|
||||
ADD flow_notifications 2.0.1
|
||||
ADD files_antivirus 6.0.4
|
||||
ADD openregister 0.2.6
|
||||
ADD files_autorename 2.1.4
|
||||
ADD data_request 3.0.0
|
||||
ADD integration_giphy 2.1.0
|
||||
ADD transfer_quota_monitor 1.0.5
|
||||
ADD integration_reddit 2.1.0
|
||||
ADD user_usage_report 2.0.0
|
||||
ADD richdocumentscode 25.4.403
|
||||
ADD integration_paperless 1.0.7
|
||||
ADD souvenirs 1.11.9
|
||||
ADD user_vo 0.1.2
|
||||
ADD whiteboard 1.2.0
|
||||
ADD users_picker 1.2.1
|
||||
ADD files_notify_redis 0.3.5
|
||||
ADD openincryptpad 0.4.2
|
||||
ADD ownershiptransfer 1.2.1
|
||||
ADD files_external_ethswarm 1.0.0
|
||||
ADD openotp_sign 1.31.0
|
||||
ADD sociallogin 6.2.2
|
||||
ADD integration_google 4.1.0
|
||||
ADD tasks 0.16.1
|
||||
ADD collectives 3.1.2
|
||||
ADD approval 2.4.0
|
||||
ADD pax_fax 1.2.1
|
||||
ADD theming_domain 31.0.1
|
||||
ADD imageconverter 2.0.5
|
||||
ADD thesearchpage 1.2.12
|
||||
ADD unsplash 3.1.0
|
||||
ADD ocs_api_viewer 1.0.11
|
||||
ADD assistant 2.8.0
|
||||
ADD integration_documenso 1.1.1
|
||||
ADD integration_peertube 1.3.1
|
||||
ADD skyprint 0.1.7
|
||||
ADD integration_onedrive 3.4.0
|
||||
ADD notes 4.12.3
|
||||
ADD side_menu 5.1.1
|
||||
ADD integration_excalidraw 2.4.1
|
||||
ADD uppush 2.3.0
|
||||
ADD scim_client 1.0.5
|
||||
ADD cpanelmailsync 0.1.7
|
||||
ADD ldap_contacts_backend 1.11.1
|
||||
ADD sip_trip_phone 1.1.8
|
||||
ADD integration_jira 1.4.0
|
||||
ADD registration 2.8.0
|
||||
ADD integration_deepl 2.0.0
|
||||
ADD openhab 0.15.0
|
||||
ADD twofactor_email 2.8.2
|
||||
ADD calendar_news 1.1.16
|
||||
ADD files_archive 1.2.7
|
||||
ADD group_default_quota 0.1.11
|
||||
ADD geoblocker 0.5.17
|
||||
ADD drawio 3.1.0
|
||||
ADD libresign 11.4.1
|
||||
ADD openconnector 0.2.5
|
||||
ADD calendar_resource_management 0.10.0
|
||||
ADD groupquota 0.2.2
|
||||
ADD files_3dmodelviewer 0.0.15
|
||||
ADD picker 1.0.13
|
||||
ADD koreader_companion 1.1.11
|
||||
ADD iframewidget 0.7.7
|
||||
ADD sharelisting 1.3.0
|
||||
ADD twofactor_admin 4.8.0
|
||||
ADD attendance 1.3.0
|
||||
ADD riotchat 0.19.0
|
||||
ADD workflow_media_converter 1.15.1
|
||||
ADD ldap_write_support 1.13.0
|
||||
ADD samewindow 1.0.1
|
||||
ADD integration_openai 3.7.1
|
||||
ADD socialsharing_diaspora 3.3.0
|
||||
ADD memegen 1.1.3
|
||||
ADD pdf_downloader 1.2.8
|
||||
ADD sharepoint 1.19.0
|
||||
ADD shiftsnext 1.1.11
|
||||
ADD permissions_overwrite 0.1.14
|
||||
ADD twothousandandfortyeight 1.0.2
|
||||
ADD socialsharing_facebook 3.3.0
|
||||
ADD maps 1.6.0
|
||||
ADD jitsi 0.19.0
|
||||
ADD integration_overleaf 1.0.2
|
||||
ADD emlviewer 2.0.1
|
||||
ADD files_staticmimecontrol 1.2.1
|
||||
ADD mediadc 0.4.0
|
||||
ADD thinkfree 2.0.0
|
||||
ADD dicomviewer 2.3.1
|
||||
ADD santacloud 1.0.6
|
||||
ADD twofactor_webauthn 2.4.0
|
||||
ADD discoursesso 1.31.0
|
||||
ADD previewgenerator 5.10.0
|
||||
ADD integration_zammad 3.0.2
|
||||
ADD qownnotesapi 25.8.0
|
||||
ADD passwords 2025.9.20
|
||||
ADD audioplayer 3.5.1
|
||||
ADD integration_trackmania 1.0.1
|
||||
ADD files_automatedtagging 2.0.0
|
||||
ADD sketch_picker 2.2.0
|
||||
ADD churchtools_integration 0.2.3
|
||||
ADD welcome 1.3.0
|
||||
ADD afterlogic 2.0.12
|
||||
ADD files_accesscontrol 2.0.0
|
||||
ADD shareimporter 2.0.0
|
||||
ADD files_fulltextsearch_tesseract 27.0.1
|
||||
ADD command_bot 1.0.2
|
||||
ADD integration_zimbra 1.0.14
|
||||
ADD journeys 0.6.0
|
||||
ADD secrets 2.1.2
|
||||
ADD gdatavaas 31.1.0
|
||||
ADD wfs_downloader 1.0.0
|
||||
ADD passwords_handbook 2025.9.20
|
||||
ADD files_zip 2.1.0
|
||||
ADD integration_zulip 1.1.3
|
||||
ADD files_confidential 3.3.0
|
||||
ADD sendent 3.1.0
|
||||
ADD ncgrisbi 0.2.1
|
||||
ADD bbb 2.8.0
|
||||
ADD nextpod 0.7.8
|
||||
ADD gpoddersync 3.12.0
|
||||
ADD money 0.30.0
|
||||
ADD onlyoffice 9.10.0
|
||||
ADD workflow_script 2.0.0
|
||||
ADD integration_jupyterhub 0.1.4
|
||||
ADD external 6.0.2
|
||||
ADD socialsharing_telegram 3.3.0
|
||||
ADD workflow_kitinerary 1.8.1
|
||||
ADD integration_watsonx 1.0.4
|
||||
ADD files_bpm 1.7.1
|
||||
ADD integration_openproject 2.10.0
|
||||
ADD timetracker 0.0.85
|
||||
ADD integration_nuiteq 1.1.0
|
||||
ADD mail 5.5.1
|
||||
ADD talk_matterbridge 1.31.1026000
|
||||
ADD yumisign_nextcloud 1.31.0
|
||||
ADD sfbridge 0.5.1
|
||||
ADD openotp_auth 1.31.2
|
||||
ADD socialsharing_bluesky 3.3.0
|
||||
ADD checksum 1.2.6
|
||||
ADD limit_login_to_ip 4.2.0
|
||||
ADD terms_of_service 4.6.0
|
||||
ADD fulltextsearch_sql 1.2.0
|
||||
ADD mail_roundcube 1.2.1
|
||||
ADD end_to_end_encryption 1.17.0
|
||||
ADD dashy 1.2.0
|
||||
ADD socialsharing_whatsapp 3.3.0
|
||||
ADD files_downloadactivity 1.18.1
|
||||
ADD news 26.1.0
|
||||
ADD drop_account 2.7.1
|
||||
ADD facerecognition 0.9.70
|
||||
ADD files_fulltextsearch 31.0.0
|
||||
ADD majordomo 2.1.1
|
||||
ADD noxtr 0.0.2
|
||||
ADD files_photospheres 1.31.0
|
||||
ADD user_pwauth 2.8.3
|
||||
ADD oidc_login 3.2.2
|
||||
ADD integration_github 3.2.1
|
||||
ADD deck 1.15.2
|
||||
ADD approve_links 1.2.0
|
||||
ADD ncdownloader 1.0.23
|
||||
ADD tvshownamer 1.0.6
|
||||
ADD epubviewer 1.8.0
|
||||
ADD intros 1.1.2
|
||||
ADD analytics 6.0.1
|
||||
ADD listman 31.0.1
|
||||
ADD unroundedcorners 1.1.5
|
||||
ADD jsloader 2.0.0
|
||||
ADD integration_replicate 4.1.0
|
||||
ADD polls 8.4.6
|
||||
ADD quicknotes 0.8.30
|
||||
ADD opencatalogi 0.7.4
|
||||
ADD integration_homeassistant 0.0.6
|
||||
ADD csp_editor 1.7.0
|
||||
ADD integration_tmdb 2.2.1
|
||||
ADD cidgravity 2.0.3
|
||||
ADD repod 3.7.1
|
||||
ADD agenda_bot 1.4.1
|
||||
ADD theming_customcss 1.18.0
|
||||
ADD metavox 1.1.1
|
||||
ADD gpxpod 7.0.4
|
||||
ADD event_update_notification 2.6.1
|
||||
ADD sharereview 1.4.0
|
||||
ADD files_retention 2.0.1
|
||||
ADD quota_warning 1.21.0
|
||||
ADD officeonline 3.1.0
|
||||
ADD snowflakestheme 1.1.3
|
||||
ADD fulltextsearch_elasticsearch 31.0.0
|
||||
ADD user_retention 1.15.0
|
||||
ADD integration_mattermost 2.1.1
|
||||
ADD integration_openstreetmap 2.1.0
|
||||
ADD app_api 3.2.0
|
||||
ADD appointments 2.4.6
|
||||
ADD integration_docusign 2.0.5
|
||||
ADD whmcsintegration 2.0.3
|
||||
ADD integration_mastodon 3.2.1
|
||||
ADD whereami 0.0.37
|
||||
ADD files_versions_s3 1.2.0
|
||||
ADD passman 2.4.12
|
||||
ADD files_lock 31.0.2
|
||||
ADD richdocuments 8.7.4
|
||||
ADD dokuwiki 1.1.1
|
||||
ADD groupfolders 19.1.5
|
||||
ADD fileslibreofficeedit 2.0.1
|
||||
ADD nextframe 0.0.7
|
||||
ADD integration_slack 2.1.1
|
||||
ADD files_linkeditor 1.1.22
|
||||
ADD music 2.3.0
|
||||
ADD photo_frames 1.5.0
|
||||
ADD eidlogin 1.0.18
|
||||
ADD user_ispconfig_api 31.0.1
|
||||
ADD files_emailviewer 0.1.4
|
||||
ADD brewmemo 0.4.0
|
||||
ADD workflow_ocr 1.31.2
|
||||
ADD dav_push 0.0.3
|
||||
ADD sentry 8.15.15
|
||||
ADD certificate24 0.3.7
|
||||
ADD user_saml 7.0.0
|
||||
ADD sms_relentless 1.4.2
|
||||
ADD fulltextsearch 31.0.0
|
||||
ADD timemanager 0.3.18
|
||||
ADD integration_youtube 0.4.0
|
||||
ADD familybudget 0.3.0
|
||||
ADD webapppassword 25.8.0
|
||||
ADD user_migration 8.0.0
|
||||
ADD gestion 2.8.6
|
||||
ADD ownpad 0.13.0
|
||||
ADD integration_notion 1.3.1
|
||||
ADD cloud_py_api 0.2.0
|
||||
ADD impersonate 2.0.0
|
||||
ADD workflow_pdf_converter 2.0.0
|
||||
ADD carnet 0.25.11
|
||||
ADD smb_test 0.3.11
|
||||
ADD files_inotify 0.2.3
|
||||
ADD text_templates 1.2.1
|
||||
ADD recognize 9.0.7
|
||||
ADD guests 4.5.2
|
||||
ADD logcleaner 1.1.8
|
||||
ADD memories 7.6.2
|
||||
ADD integration_gitlab 3.2.0
|
||||
ADD fairmeeting 0.22.3
|
||||
ADD electronicsignatures 3.0.5
|
||||
ADD keeweb 0.6.21
|
||||
ADD integration_discourse 2.4.1
|
||||
ADD oidc 1.8.5
|
||||
ADD office_switcher 0.1.1
|
||||
ADD bookmarks 15.2.0
|
||||
ADD socialsharing_twitter 3.3.0
|
||||
ADD richdocumentscode_arm64 25.4.403
|
||||
ADD cookbook 0.11.3
|
||||
ADD pandoc 0.9.0
|
||||
ADD htmlviewer 31.0.0
|
||||
ADD contacts 7.3.1
|
||||
ADD socialsharing_email 3.3.0
|
||||
ADD notify_push 1.2.0
|
||||
ADD google_synchronization 4.0.1
|
||||
ADD analytics_sourcepack 0.0.3
|
||||
ADD mfazones 0.2.4
|
||||
ADD context_chat 4.4.1
|
||||
ADD inventory 0.1.3
|
||||
ADD tables 0.9.5
|
||||
ADD pride_flags 1.1.2
|
||||
ADD group_everyone 0.1.17
|
||||
ADD calendar 5.5.4
|
||||
ADD user_oidc 7.4.0
|
||||
ADD integration_oidc 0.1.5
|
||||
ADD files_snapshots 1.0.12
|
||||
ADD cas 0.2.15
|
||||
ADD chores 0.0.6
|
||||
ADD camerarawpreviews 0.8.7
|
||||
ADD auto_groups 1.6.2
|
||||
ADD metadata 0.22.0
|
||||
ADD cospend 3.1.3
|
||||
ADD sendentsynchroniser 1.1.0
|
||||
ADD cfg_share_links 7.0.1
|
||||
ADD workspace 4.0.5
|
||||
ADD hitobitologin 1.0.2
|
||||
ADD forms 5.1.2
|
||||
ADD xwiki 1.0.0
|
||||
ADD call_summary_bot 3.1.0
|
||||
ADD occweb 0.2.3
|
||||
ADD spreed 21.1.5
|
||||
ADD duplicatefinder 1.7.3
|
||||
ADD familytree 1.3.6
|
||||
ADD documentserver_community 0.2.0
|
||||
ADD integration_dropbox 4.0.3
|
||||
ADD phonetrack 0.9.1
|
||||
ADD files_mindmap 0.0.33
|
||||
ADD autocurrency 1.0.2
|
||||
ADD externalpassword 1.1.2
|
||||
ADD preferred_providers 1.16.0
|
||||
ADD integration_alephalpha 1.0.7
|
||||
ADD integration_miro 1.0.7
|
||||
ADD announcementcenter 7.2.1
|
||||
ADD flow_notifications 2.0.1
|
||||
ADD files_antivirus 6.0.4
|
||||
ADD openregister 0.2.6
|
||||
ADD files_autorename 2.1.4
|
||||
ADD data_request 3.0.0
|
||||
ADD integration_giphy 2.1.0
|
||||
ADD transfer_quota_monitor 1.0.5
|
||||
ADD integration_reddit 2.1.0
|
||||
ADD user_usage_report 2.0.0
|
||||
ADD richdocumentscode 25.4.403
|
||||
ADD integration_paperless 1.0.7
|
||||
ADD souvenirs 1.11.9
|
||||
ADD user_vo 0.1.2
|
||||
ADD whiteboard 1.2.0
|
||||
ADD users_picker 1.2.1
|
||||
ADD files_notify_redis 0.3.5
|
||||
ADD openincryptpad 0.4.2
|
||||
ADD ownershiptransfer 1.2.1
|
||||
ADD files_external_ethswarm 1.0.0
|
||||
ADD openotp_sign 1.31.0
|
||||
ADD sociallogin 6.2.2
|
||||
ADD integration_google 4.1.0
|
||||
ADD tasks 0.16.1
|
||||
ADD collectives 3.1.2
|
||||
ADD approval 2.4.0
|
||||
ADD pax_fax 1.2.1
|
||||
ADD theming_domain 31.0.1
|
||||
ADD imageconverter 2.0.5
|
||||
ADD thesearchpage 1.2.12
|
||||
ADD unsplash 3.1.0
|
||||
ADD ocs_api_viewer 1.0.11
|
||||
ADD assistant 2.8.0
|
||||
ADD integration_documenso 1.1.1
|
||||
ADD integration_peertube 1.3.1
|
||||
ADD skyprint 0.1.7
|
||||
ADD integration_onedrive 3.4.0
|
||||
ADD notes 4.12.3
|
||||
ADD side_menu 5.1.1
|
||||
ADD integration_excalidraw 2.4.1
|
||||
ADD uppush 2.3.0
|
||||
ADD scim_client 1.0.5
|
||||
ADD cpanelmailsync 0.1.7
|
||||
ADD ldap_contacts_backend 1.11.1
|
||||
ADD sip_trip_phone 1.1.8
|
||||
ADD integration_jira 1.4.0
|
||||
ADD registration 2.8.0
|
||||
ADD integration_deepl 2.0.0
|
||||
ADD openhab 0.15.0
|
||||
ADD twofactor_email 2.8.2
|
||||
ADD calendar_news 1.1.16
|
||||
ADD files_archive 1.2.7
|
||||
ADD group_default_quota 0.1.11
|
||||
ADD geoblocker 0.5.17
|
||||
ADD drawio 3.1.0
|
||||
ADD libresign 11.4.1
|
||||
ADD openconnector 0.2.5
|
||||
ADD calendar_resource_management 0.10.0
|
||||
ADD groupquota 0.2.2
|
||||
ADD files_3dmodelviewer 0.0.15
|
||||
ADD picker 1.0.13
|
||||
ADD koreader_companion 1.1.11
|
||||
ADD iframewidget 0.7.7
|
||||
ADD sharelisting 1.3.0
|
||||
ADD twofactor_admin 4.8.0
|
||||
ADD attendance 1.3.0
|
||||
ADD riotchat 0.19.0
|
||||
ADD workflow_media_converter 1.15.1
|
||||
ADD ldap_write_support 1.13.0
|
||||
ADD samewindow 1.0.1
|
||||
ADD integration_openai 3.7.1
|
||||
ADD socialsharing_diaspora 3.3.0
|
||||
ADD memegen 1.1.3
|
||||
ADD pdf_downloader 1.2.8
|
||||
ADD sharepoint 1.19.0
|
||||
ADD shiftsnext 1.1.11
|
||||
ADD permissions_overwrite 0.1.14
|
||||
ADD twothousandandfortyeight 1.0.2
|
||||
ADD socialsharing_facebook 3.3.0
|
||||
ADD maps 1.6.0
|
||||
ADD jitsi 0.19.0
|
||||
ADD integration_overleaf 1.0.2
|
||||
ADD emlviewer 2.0.1
|
||||
ADD files_staticmimecontrol 1.2.1
|
||||
ADD mediadc 0.4.0
|
||||
ADD thinkfree 2.0.0
|
||||
ADD dicomviewer 2.3.1
|
||||
ADD santacloud 1.0.6
|
||||
ADD twofactor_webauthn 2.4.0
|
||||
ADD discoursesso 1.31.0
|
||||
ADD previewgenerator 5.10.0
|
||||
ADD integration_zammad 3.0.2
|
||||
ADD qownnotesapi 25.8.0
|
||||
ADD passwords 2025.9.20
|
||||
ADD audioplayer 3.5.1
|
||||
ADD integration_trackmania 1.0.1
|
||||
ADD files_automatedtagging 2.0.0
|
||||
ADD sketch_picker 2.2.0
|
||||
ADD churchtools_integration 0.2.3
|
||||
ADD welcome 1.3.0
|
||||
ADD afterlogic 2.0.12
|
||||
ADD files_accesscontrol 2.0.0
|
||||
ADD shareimporter 2.0.0
|
||||
ADD files_fulltextsearch_tesseract 27.0.1
|
||||
ADD command_bot 1.0.2
|
||||
ADD integration_zimbra 1.0.14
|
||||
ADD journeys 0.6.0
|
||||
ADD secrets 2.1.2
|
||||
ADD gdatavaas 31.1.0
|
||||
ADD wfs_downloader 1.0.0
|
||||
ADD passwords_handbook 2025.9.20
|
||||
ADD files_zip 2.1.0
|
||||
ADD integration_zulip 1.1.3
|
||||
ADD files_confidential 3.3.0
|
||||
ADD sendent 3.1.0
|
||||
ADD ncgrisbi 0.2.1
|
||||
ADD bbb 2.8.0
|
||||
ADD nextpod 0.7.8
|
||||
ADD gpoddersync 3.12.0
|
||||
ADD money 0.30.0
|
||||
ADD onlyoffice 9.10.0
|
||||
ADD workflow_script 2.0.0
|
||||
ADD integration_jupyterhub 0.1.4
|
||||
ADD external 6.0.2
|
||||
ADD socialsharing_telegram 3.3.0
|
||||
ADD workflow_kitinerary 1.8.1
|
||||
ADD integration_watsonx 1.0.4
|
||||
ADD files_bpm 1.7.1
|
||||
ADD integration_openproject 2.10.0
|
||||
ADD timetracker 0.0.85
|
||||
ADD integration_nuiteq 1.1.0
|
||||
ADD mail 5.5.1
|
||||
ADD talk_matterbridge 1.31.1026000
|
||||
ADD yumisign_nextcloud 1.31.0
|
||||
ADD sfbridge 0.5.1
|
||||
ADD openotp_auth 1.31.2
|
||||
ADD socialsharing_bluesky 3.3.0
|
||||
ADD checksum 1.2.6
|
||||
ADD limit_login_to_ip 4.2.0
|
||||
ADD terms_of_service 4.6.0
|
||||
ADD fulltextsearch_sql 1.2.0
|
||||
ADD mail_roundcube 1.2.1
|
||||
ADD end_to_end_encryption 1.17.0
|
||||
ADD dashy 1.2.0
|
||||
ADD socialsharing_whatsapp 3.3.0
|
||||
ADD files_downloadactivity 1.18.1
|
||||
ADD news 26.1.0
|
||||
ADD drop_account 2.7.1
|
||||
ADD facerecognition 0.9.70
|
||||
ADD files_fulltextsearch 31.0.0
|
||||
ADD majordomo 2.1.1
|
||||
ADD noxtr 0.0.2
|
||||
ADD files_photospheres 1.31.0
|
||||
ADD user_pwauth 2.8.3
|
||||
ADD oidc_login 3.2.2
|
||||
ADD integration_github 3.2.1
|
||||
ADD deck 1.15.2
|
||||
ADD approve_links 1.2.0
|
||||
ADD ncdownloader 1.0.23
|
||||
ADD tvshownamer 1.0.6
|
||||
ADD epubviewer 1.8.0
|
||||
ADD intros 1.1.2
|
||||
ADD analytics 6.0.1
|
||||
ADD listman 31.0.1
|
||||
ADD unroundedcorners 1.1.5
|
||||
ADD jsloader 2.0.0
|
||||
ADD integration_replicate 4.1.0
|
||||
ADD polls 8.4.6
|
||||
ADD quicknotes 0.8.30
|
||||
ADD opencatalogi 0.7.4
|
||||
ADD integration_homeassistant 0.0.6
|
||||
ADD csp_editor 1.7.0
|
||||
ADD integration_tmdb 2.2.1
|
||||
ADD cidgravity 2.0.3
|
||||
ADD repod 3.7.1
|
||||
ADD agenda_bot 1.4.1
|
||||
ADD theming_customcss 1.18.0
|
||||
ADD metavox 1.1.1
|
||||
ADD gpxpod 7.0.4
|
||||
ADD event_update_notification 2.6.1
|
||||
ADD sharereview 1.4.0
|
||||
ADD files_retention 2.0.1
|
||||
ADD quota_warning 1.21.0
|
||||
ADD officeonline 3.1.0
|
||||
ADD snowflakestheme 1.1.3
|
||||
ADD fulltextsearch_elasticsearch 31.0.0
|
||||
ADD user_retention 1.15.0
|
||||
ADD integration_mattermost 2.1.1
|
||||
ADD integration_openstreetmap 2.1.0
|
||||
ADD app_api 3.2.0
|
||||
ADD appointments 2.4.6
|
||||
ADD integration_docusign 2.0.5
|
||||
ADD whmcsintegration 2.0.3
|
||||
ADD integration_mastodon 3.2.1
|
||||
ADD whereami 0.0.37
|
||||
|
||||
+18
-18
@@ -1,18 +1,18 @@
|
||||
services:
|
||||
nextcloud:
|
||||
admin-pass: ENC[AES256_GCM,data:24E1tKwHxY94Cf+edRbvhL5J9G4=,iv:EbzcCdHnBvdW5CEapb/yGBE6lIi80BEp8HB2tMCM9oU=,tag:L5WthzTT5vNZim6n3DNOnQ==,type:str]
|
||||
sops:
|
||||
age:
|
||||
- recipient: age13l2gtk0nzr484zprp7e0pkrt0ne0j4asyn2pjmlaw73nte7t7d8q4sqtxm
|
||||
enc: |
|
||||
-----BEGIN AGE ENCRYPTED FILE-----
|
||||
YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSAzK0gvNnVtdUZjdWtZZ0Nq
|
||||
M3lsbUEzQnl1NGNWQjJxaVlhU3VFRzEzdFdrCnpTSks3V3lxck12MnR4anlUOWpu
|
||||
eGpFWVJ2WHhqQXlKNEZvU1RqS2VGUlUKLS0tIEZaTktZZWpPbmdaSDg2cGk5b2FS
|
||||
MVpCNWpoUG9TdHBLUk9YZW05WXlCWm8K0he5wgWY21Csk1LlVbEVIe5x2hmYjUAb
|
||||
5JpaydRfVjGZ9JBkn3GTEPhZwnK6tkZ9S7LWHL3/di3w0Js2DJ2OvQ==
|
||||
-----END AGE ENCRYPTED FILE-----
|
||||
lastmodified: "2025-07-26T18:22:44Z"
|
||||
mac: ENC[AES256_GCM,data:j8X6Q0SrCGRHZkNqZpEB5AMbjK1FLFH7/6/teYcQ+qwRNyeUkN4KZmQk2Xb/wZe9oFYpBqIKE+RxSf6E26WFVpLlUV9yEB4RnEapGRIXQz23hqRyiLvLtXcc0APJhF87tQw6VCghXv0j4x7c7EuOQm+wkfgI4p0OXwmTTazNero=,iv:inWHL4wEO4UXHDWkiFaTdzf8Uky2P2fJYaRXUURBrAA=,tag:3qgo38OYqE/d8OpzxUM2ww==,type:str]
|
||||
unencrypted_suffix: _unencrypted
|
||||
version: 3.10.2
|
||||
services:
|
||||
nextcloud:
|
||||
admin-pass: ENC[AES256_GCM,data:24E1tKwHxY94Cf+edRbvhL5J9G4=,iv:EbzcCdHnBvdW5CEapb/yGBE6lIi80BEp8HB2tMCM9oU=,tag:L5WthzTT5vNZim6n3DNOnQ==,type:str]
|
||||
sops:
|
||||
age:
|
||||
- recipient: age13l2gtk0nzr484zprp7e0pkrt0ne0j4asyn2pjmlaw73nte7t7d8q4sqtxm
|
||||
enc: |
|
||||
-----BEGIN AGE ENCRYPTED FILE-----
|
||||
YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSAzK0gvNnVtdUZjdWtZZ0Nq
|
||||
M3lsbUEzQnl1NGNWQjJxaVlhU3VFRzEzdFdrCnpTSks3V3lxck12MnR4anlUOWpu
|
||||
eGpFWVJ2WHhqQXlKNEZvU1RqS2VGUlUKLS0tIEZaTktZZWpPbmdaSDg2cGk5b2FS
|
||||
MVpCNWpoUG9TdHBLUk9YZW05WXlCWm8K0he5wgWY21Csk1LlVbEVIe5x2hmYjUAb
|
||||
5JpaydRfVjGZ9JBkn3GTEPhZwnK6tkZ9S7LWHL3/di3w0Js2DJ2OvQ==
|
||||
-----END AGE ENCRYPTED FILE-----
|
||||
lastmodified: "2025-07-26T18:22:44Z"
|
||||
mac: ENC[AES256_GCM,data:j8X6Q0SrCGRHZkNqZpEB5AMbjK1FLFH7/6/teYcQ+qwRNyeUkN4KZmQk2Xb/wZe9oFYpBqIKE+RxSf6E26WFVpLlUV9yEB4RnEapGRIXQz23hqRyiLvLtXcc0APJhF87tQw6VCghXv0j4x7c7EuOQm+wkfgI4p0OXwmTTazNero=,iv:inWHL4wEO4UXHDWkiFaTdzf8Uky2P2fJYaRXUURBrAA=,tag:3qgo38OYqE/d8OpzxUM2ww==,type:str]
|
||||
unencrypted_suffix: _unencrypted
|
||||
version: 3.10.2
|
||||
|
||||
Reference in New Issue
Block a user