tremor021
9040adf300
delete etherpad
2026-05-17 16:06:54 +02:00
tremor021
c602f577cf
etherpad: backup
2026-05-17 15:57:49 +02:00
MickLesk
da332bbd1a
feat: add build-essential package and ensure cc linker availability in dependency installation
2026-05-17 14:01:19 +02:00
MickLesk
01c0a22b65
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
2026-05-17 13:43:25 +02:00
MickLesk
bef72abab6
feat: streamline AliasVault installation script; improve dependency setup and .NET SDK installation method
2026-05-17 13:43:20 +02:00
John McLear
fb97b5416d
etherpad: switch default DB to sqlite + use canonical ether/etherpad repo refs
...
- ct/etherpad.sh + install/etherpad-install.sh: use ether/etherpad
(canonical name; ether/etherpad-lite still redirects but the new
name is preferred)
- install/etherpad-install.sh: switch dbType from dev-only "dirty"
to sqlite at /var/lib/etherpad/etherpad.db on first config seed;
matches the same default we land on across the snap, .deb, and
Home Assistant add-on packagings
- json/etherpad.json: refresh note to reflect the sqlite default
and document postgres/mysql as alternatives via dbType/dbSettings
2026-05-17 12:08:33 +01:00
A
25052f73c3
spliit: mirror upstream Dockerfile build flow
...
Use 'npm ci --ignore-scripts' + explicit 'npx prisma generate' instead
of 'npm install' (which triggered postinstall and ran with NODE_ENV=production
from a sourced .env, skipping devDependencies like autoprefixer).
Migrations are run explicitly after build, matching the Dockerfile's
container-entrypoint.sh.
2026-05-17 11:33:53 +02:00
A
dc5eae95d8
spliit: install missing deepmerge transitive dep before build
...
Spliit imports deepmerge in src/i18n/request.ts but does not declare it
in package.json; Next.js 16 Turbopack rejects phantom dependencies, so
the build fails with 'Module not found: deepmerge'.
2026-05-17 11:22:47 +02:00
A
6cc6168c38
Add Spliit script
...
Disclaimer: drafted with Claude Opus 4.7
2026-05-17 11:01:32 +02:00
tremor021
17b67bea59
etherpad: back to node 24
2026-05-17 10:37:00 +02:00
MickLesk
d4a0bea279
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
2026-05-16 23:30:40 +02:00
MickLesk
af880ae5d8
feat: update AliasVault installation scripts and configuration; enhance resource allocation and adjust privileges
2026-05-16 23:30:29 +02:00
github-actions[bot]
f1ef04846e
chore: update app headers [skip ci]
2026-05-16 21:17:40 +00:00
MickLesk
d1e59fc330
feat: add AliasVault container and installation scripts; update Colanode setup instructions
2026-05-16 23:17:16 +02:00
Tobias
65cf9b5e93
Fix formatting
2026-05-16 14:16:42 +02:00
tremor021
85b6d45444
update discord link
2026-05-16 11:48:38 +02:00
Stephen Chin
0c45a4700c
Update ct/hermesagent.sh
...
Removed an unnecessary space.
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-05-14 20:49:44 -07:00
tremor021
8071a81481
etherpad: now uses node 22 and npm 10
2026-05-14 17:48:17 +02:00
tremor021
cae9e42ba5
fix seds breaking json again
2026-05-14 17:39:01 +02:00
tremor021
2ad52e1952
etherpad: fix the seds
2026-05-14 17:02:50 +02:00
tremor021
c652b7f683
etherpad: add PNPM
2026-05-14 15:36:30 +02:00
tremor021
3517819352
etherpad: rearange seds
2026-05-14 15:29:06 +02:00
nnsense
99c2ec2acf
Cleanup
2026-05-14 13:22:39 +00:00
nnsense
91c91f383d
Update install/pinchflat-install.sh
...
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-05-14 15:17:30 +02:00
nnsense
8c3e0fe75f
Update install/pinchflat-install.sh
...
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-05-14 15:16:41 +02:00
tremor021
32a891e85d
etherpad: Update settings.json and credentials
2026-05-14 15:07:59 +02:00
github-actions[bot]
eb5494ed32
chore: update app headers [skip ci]
2026-05-14 12:31:07 +00:00
tremor021
649871cd59
add Etherpad script
2026-05-14 14:30:38 +02:00
tremor021
c368c67b2c
remove OpenWebUI
2026-05-14 14:16:26 +02:00
MickLesk
114b9b4cde
fix: update Colanode setup instructions for Web UI and API access
2026-05-12 22:18:10 +02:00
MickLesk
638e8d197d
fix nginx
2026-05-12 22:12:24 +02:00
MickLesk
2df4a77f04
fix: update Colanode setup for SSL support and modify documentation for Web UI access
2026-05-12 21:59:02 +02:00
MickLesk
8d85e7a6d5
fix: rename postcss.config.js to postcss.config.cjs for compatibility
2026-05-12 21:52:48 +02:00
MickLesk
64d2b7774f
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
2026-05-12 21:23:10 +02:00
MickLesk
916622c788
fix: increase Node.js memory limit during build process for BunkerM and Colanode
2026-05-12 21:23:08 +02:00
github-actions[bot]
b719a812ef
chore: update app headers [skip ci]
2026-05-12 19:09:25 +00:00
MickLesk
c744b10caa
Add installers and CT templates for four apps
...
Add container templates (ct/) and install scripts (install/) plus metadata JSON entries for BunkerM, Colanode, Edit-Mind, and ExcaliDash. Each app includes an LXC template script with update routines, a corresponding installer that provisions dependencies, builds the app, configures services (systemd/nginx/supervisor), and example default environment/config. JSON metadata files register interface ports, recommended resources, documentation/website links, and notes for each app.
2026-05-12 21:09:00 +02:00
montagneid
5e7f03f93e
Merge branch 'main' into feature/umbraco
2026-05-12 15:07:25 +02:00
montagneid
2a257ec159
Change info json
2026-05-12 15:07:05 +02:00
montagneid
493905962f
Merge branch 'main' into feature/umbraco
2026-05-12 15:02:27 +02:00
montagneid
2ea2d52ef8
Remove .net install
2026-05-12 14:55:43 +02:00
montagneid
05c44288b0
enable systemctl nginx
2026-05-12 14:41:18 +02:00
montagneid
a3cc5bfad1
test create_self_signed_cert
2026-05-12 14:34:06 +02:00
montagneid
bb35204b58
Change create_self_signed_cert and ram
2026-05-12 14:22:50 +02:00
montagneid
e39c6252bc
changes create_self_signed_cert
2026-05-12 14:11:38 +02:00
montagneid
8613c61520
Change setup_deb822_repo
2026-05-12 14:01:19 +02:00
montagneid
f246bc47fd
Change to setup_deb822_repo
2026-05-12 13:44:45 +02:00
montagneid
522e949dc3
Requested changes by team
2026-05-12 13:36:00 +02:00
montagneid
d2c7e04bf8
Merge branch 'main' into feature/umbraco
2026-05-12 10:32:14 +02:00
montagneid
fee42171ea
Remove apt update / add silent mode var
2026-05-12 09:40:02 +02:00