Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
93920b8
feat(twentycrm): upgrade image to 0.60.7
opichon Jun 29, 2025
56b046a
chore: save grants
opichon Jun 29, 2025
f7678d3
chore: testing
AntPho Jun 16, 2025
4ac663f
chore: adding postgres version
AntPho Jun 19, 2025
46cd622
chore: making different folder for postgres backups
AntPho Jun 25, 2025
3d332c6
chore: updating backup with a suffix
AntPho Jul 17, 2025
7614dfc
docs(docker-secrets): update docker-secrets docs
opichon Jun 22, 2025
c7bf7f5
feat(kimai): update kimai image to 2.37.0
opichon Jul 19, 2025
a65b34e
feat: update kimai image
opichon Jul 21, 2025
7b7e01c
chore(kimai): update kimai image tag
opichon Jul 21, 2025
38bd55d
docker-secrets: update script
opichon Jul 23, 2025
9f858be
fix(kimai): fix Kimai image
opichon Jul 23, 2025
f39d93b
feat(nocodb): create nocodb image
opichon Aug 10, 2025
59f8a2b
docs(docker-secrets): update docs for docker-secrets
opichon Aug 10, 2025
2bca761
docs(docker-secrets): update docs for docker-secrets
opichon Aug 10, 2025
52845fc
fix(docker-secrets): update image script
opichon Aug 11, 2025
3aa2034
feat(nocodb): create Dockerfile for nocodb v0.264.4
opichon Aug 13, 2025
7fe6db8
fix(postgres-17-s3-backup): fix image
opichon Sep 6, 2025
f5cffde
fix(postgres-17-s3-backup): fix image
opichon Sep 6, 2025
7ba70f6
fix(postgres-17-s3-backup): fix image
opichon Sep 6, 2025
fb66849
fix(postgres-17-backup-s3): update go-cron to v0.0.7; add healthcheck
opichon Sep 9, 2025
d486520
fix(nocodb): add support for generating NC_DB variable
opichon Sep 17, 2025
1a5aaa6
fix(nocodb): fix DATABASE_PORT env var support
opichon Sep 17, 2025
258db52
feat: add postgres-18-backup-s3 image
opichon Oct 27, 2025
7c38c5a
feat(postgres-18-s3-backup): fix image
opichon Nov 17, 2025
0c23b66
chore(postgres-18-backup-s3): clean up code
opichon Nov 17, 2025
ba892bd
feat(postgres-17-backup): add support for arm64 platform
opichon Nov 26, 2025
cd643ea
Merge branch 'main' into twentycrm
opichon Jan 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified build-manifest.sh
100755 → 100644
Empty file.
10 changes: 10 additions & 0 deletions twentycrm/postgres.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

GRANT USAGE ON SCHEMA workspace_ah4r0srrwdpvn87a7bnqap13t TO twentycrm ;

GRANT SELECT ON ALL TABLES IN SCHEMA workspace_ah4r0srrwdpvn87a7bnqap13t TO twentycrm ;
GRANT SELECT ON ALL SEQUENCES IN SCHEMA workspace_ah4r0srrwdpvn87a7bnqap13t TO twentycrm ;
GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA workspace_ah4r0srrwdpvn87a7bnqap13t TO twentycrm ;

GRANT ALL ON ALL TABLES IN SCHEMA workspace_ah4r0srrwdpvn87a7bnqap13t TO twentycrm ;
GRANT ALL ON ALL SEQUENCES IN SCHEMA workspace_ah4r0srrwdpvn87a7bnqap13t TO twentycrm ;
GRANT ALL ON ALL FUNCTIONS IN SCHEMA workspace_ah4r0srrwdpvn87a7bnqap13t TO twentycrm ;