Commit Graph

210 Commits

Author SHA1 Message Date
Andras Bacsai
0e7cc988a6 feat(user): add changelog read tracking and unread count method 2025-08-12 10:06:19 +02:00
peaklabs-dev
6ddca603e2 chore(deps): update docker deps
- update Nixpacks to v1.39.0
2025-07-18 16:25:01 +02:00
peaklabs-dev
889712b53a chore(deps): update npm and composer deps 2025-07-18 16:24:13 +02:00
Andras Bacsai
f7d6aa850b fix(terminal): Terminal through Cloudflare tunnel works?!
fix(dependencies): update realtime version to 1.0.9 and cloudflared version to 2025.5.0; enhance SSH argument parsing in terminal-server.js
2025-05-30 17:50:06 +02:00
peaklabs-dev
d65f6ba2ec fix(docker): fix production dockerfile
- remove tailwind.config.js as it is no longer needed
- upgraded Node to v24 to fix a vulnerability
2025-05-14 12:53:08 +02:00
Andras Bacsai
f5cc272861 fix(terminal): enhance WebSocket client verification with authorized IPs in terminal server 2025-04-25 15:35:23 +02:00
Andras Bacsai
77c8ed769b chore(deps): update axios and dotenv versions in package-lock.json; bump realtime version to 1.0.7 2025-04-14 14:30:57 +02:00
Andras Bacsai
0f0497c7fb chore(versions): update realtime version to 1.0.7 and bump dependencies in package.json 2025-04-14 11:48:44 +02:00
Andras Bacsai
79f9b85771 refactor(Dockerfile): remove service generation command from the build process to streamline Dockerfile and improve build efficiency 2025-04-13 16:02:06 +02:00
Andras Bacsai
5cc189b69a refactor(Dockerfile): reintroduce service generation command in the build process for consistency and ensure proper asset compilation 2025-04-13 15:38:17 +02:00
Andras Bacsai
3803bac2aa refactor(Dockerfile): streamline RUN commands for improved readability and maintainability by adding line continuations 2025-04-13 15:22:00 +02:00
Andras Bacsai
1ab7405e2e refactor(ServicesGenerate): update command signature from 'services:generate' to 'generate:services' for consistency; update Dockerfile to run service generation during build; update Odoo image version to 18 and add extra addons volume in compose configuration 2025-04-13 15:16:54 +02:00
peaklabs-dev
03b0ee59f6 feat(dep): bump all dependencies 2025-03-31 18:50:42 +02:00
peaklabs-dev
c3c1bbc120 fix(core): production dockerfile 2025-02-24 18:12:48 +01:00
🏔️ Peak
a46caf209f Chore: Bump all dependencies (#5216)
* chore: bump all docker dependecies

* chore: update composer and npm dep
2025-02-24 18:08:54 +01:00
peaklabs-dev
edd4512f2b fix(helper): downgrade Nixpacks to v1.29.0 2025-01-23 13:22:14 +01:00
peaklabs-dev
168618f131 fix(routes): local API docs not available on domain or IP 2025-01-22 13:30:10 +01:00
Andras Bacsai
bb08504db5 chore(docker): add blank line for readability in Dockerfile 2025-01-22 11:29:27 +01:00
peaklabs-dev
ac4c1496a6 chore(dep): bump nixpacks version 2025-01-21 21:15:28 +01:00
🏔️ Peak
4f63faf61b Merge branch 'next' into dep-bump 2025-01-09 15:17:07 +01:00
peaklabs-dev
c01d3e4954 bump: docker dep 2025-01-09 15:11:14 +01:00
Andras Bacsai
2710b2a7bb fix: increase default php memory limit 2025-01-07 10:36:01 +01:00
peaklabs-dev
e51207a35e fix: bind() to 0.0.0.0:80 failed 2024-12-23 15:33:12 +01:00
Andras Bacsai
b1759bf25d use only port 8080 in the new version 2024-12-17 11:30:36 +01:00
peaklabs-dev
02976e454a fix: check port 8080 and fallback to 80 2024-12-17 11:02:47 +01:00
peaklabs-dev
cd14501612 remove port 80 from http.conf 2024-12-17 11:01:35 +01:00
Andras Bacsai
e76817d401 improve application view 2024-12-16 14:11:45 +01:00
Andras Bacsai
f9d509bc4c enhance debug mode script to clear optimized classes after installing development dependencies 2024-12-16 12:19:07 +01:00
Andras Bacsai
e90df5a46b fix: debug mode 2024-12-16 12:14:36 +01:00
Andras Bacsai
e0e2126f38 fix: update Dockerfile entrypoint path to /etc/entrypoint.d 2024-12-16 12:08:30 +01:00
Andras Bacsai
52310fd21a add debug dev 2024-12-16 12:05:16 +01:00
Andras Bacsai
3a76ffd6ac chore: update PHP configuration to set memory limit using environment variable 2024-12-13 10:01:20 +01:00
Andras Bacsai
d2ff8c6521 feat: add seeder command and configuration for database seeding 2024-12-11 21:31:24 +01:00
Andras Bacsai
a5b48caeb9 do prod migration with custom command 2024-12-11 17:01:06 +01:00
peaklabs-dev
2615fce73f chore: upgrade cloudflared and minio 2024-12-10 17:19:52 +01:00
Andras Bacsai
a2ab33b04f fix: development image 2024-12-10 11:50:40 +01:00
Andras Bacsai
3893754a10 fix confs etc 2024-12-10 10:46:05 +01:00
Andras Bacsai
854fd3eab2 fix: missing css 2024-12-10 08:21:01 +01:00
Andras Bacsai
d641975040 fixes 2024-12-09 15:19:33 +01:00
Andras Bacsai
8f48f84bdf development should work now 2024-12-09 13:34:31 +01:00
peaklabs-dev
9d80ae76c6 fix versions, remove some comments 2024-11-22 17:54:26 +01:00
peaklabs-dev
652e9f3fdb fix user id and group id 2024-11-22 17:49:03 +01:00
peaklabs-dev
dbbdb5b770 upgrade to php 8.4 and set user and groupe ID 2024-11-22 17:42:55 +01:00
🏔️ Peak
1287dc4dac Merge branch 'next' into new-dockerfiles 2024-11-15 13:46:47 +01:00
Andras Bacsai
959c21a888 force image update 2024-11-15 12:42:08 +01:00
🏔️ Peak
962807aaf3 Merge branch 'next' into new-dockerfiles 2024-11-15 12:25:37 +01:00
Andras Bacsai
210a428f93 fix: init script + optimize laravel 2024-11-15 10:47:30 +01:00
Andras Bacsai
4053c3003d fix 2024-11-15 10:22:47 +01:00
Andras Bacsai
477a453ffa fix: deployment optimizations 2024-11-15 10:16:49 +01:00
Andras Bacsai
825e8c6d3e hmm 2024-11-15 09:51:41 +01:00