Manav Rathi
938e2dcadb
Tweak
2025-03-20 10:50:31 +05:30
Manav Rathi
91494f7823
[server] Change server/ghcr => ghcr/server
...
In prep for its new baby sibling, ghcr/web.
2025-03-20 10:42:42 +05:30
Manav Rathi
960399b0a5
Add web
2025-03-20 10:27:01 +05:30
Manav Rathi
9a93cc121c
Rejig
2025-03-20 10:14:42 +05:30
Manav Rathi
6d3cb97ab0
ditto and swap
2025-03-20 09:42:09 +05:30
Manav Rathi
970c1229c4
Use default network
2025-03-20 09:37:53 +05:30
Manav Rathi
f213e9ad8c
Outline
2025-03-20 09:33:11 +05:30
Manav Rathi
d943586faf
Remove extra volume
...
This is an appendage from when this compose file was used for a test network,
and not relevant to self hosting, at least not in the starter sample.
2025-03-20 08:04:05 +05:30
Manav Rathi
27fe549e15
Shorten
2025-03-20 08:02:55 +05:30
Manav Rathi
c56801c024
Notes
2025-03-19 20:42:44 +05:30
Manav Rathi
551d099c4a
Reduce default ports
2025-03-19 20:35:47 +05:30
Manav Rathi
d615614985
Stop exposing postgres externally entirely
...
Museum can directly access it via the shared network
2025-03-19 20:29:14 +05:30
Manav Rathi
d80b220ad4
Avoid using default postgres port
2025-03-19 20:25:53 +05:30
Manav Rathi
3916d2b7d8
Prune
2025-03-19 20:21:15 +05:30
Manav Rathi
4cdc72bc29
Move config inline
2025-03-19 20:09:23 +05:30
Manav Rathi
c329b30e49
[server] Remove extra container by using a post_start lifecycle hook
2025-03-19 19:50:55 +05:30
Manav Rathi
a4bc596b66
Inline
2025-03-19 18:25:41 +05:30
Manav Rathi
675121f243
outline
2025-03-19 17:31:46 +05:30
Neeraj Gupta
629d0e69cd
[server] Update from address for family related emails
2025-03-13 14:18:57 +05:30
mangesh
9d2e1cd502
[server] Soft error msgs when billing/payment data(config) is not found ( #5269 )
...
From discord discussion
the pr makes changes to the error strings which are thrown when
configuration reltaed to payment and billing isn't found. The error
messages are changed so to not scare self hosters while we are aware of
it on the production instance.
2025-03-10 12:24:21 +05:30
mngshm
a640a430bf
tweak
2025-03-10 12:08:08 +05:30
mngshm
26cb6ad722
[server] avoid scary error msgs if payment/billing configuration is not found
2025-03-10 11:58:59 +05:30
mngshm
038692ad06
fix KEY_ID & s3 bucket url
2025-03-04 11:07:58 +05:30
mngshm
2dc71143b7
update
2025-03-04 10:45:44 +05:30
mngshm
1eec079a85
update dummy pass in minio provision script
2025-03-04 10:39:33 +05:30
mngshm
1eddf1f75a
fix
2025-03-03 19:55:20 +05:30
mngshm
0940b8b3be
[server] Instructions to tweak compose
2025-03-03 19:53:59 +05:30
Neeraj Gupta
42d2136d32
Merge branch 'main' into sizeRetry
2025-02-26 14:54:56 +05:30
Neeraj Gupta
98ebf98d17
[server] Bump default worker for filedata replication
2025-02-26 14:32:17 +05:30
Neeraj Gupta
d494bb8d38
[server] doc
2025-02-26 14:25:45 +05:30
Neeraj Gupta
b688706935
[server] Enchance logging for metadata failure
2025-02-26 14:20:28 +05:30
Neeraj Gupta
d0ef4f234d
[server] Prefer reading from b5
2025-02-26 14:04:28 +05:30
Neeraj
c2833d11b0
[server] Panic instead of fatal err ( #5178 )
2025-02-26 14:00:17 +05:30
Neeraj Gupta
8fb5f44b62
[server] Swallow mldata fetch err
2025-02-25 22:44:05 +05:30
Neeraj Gupta
c0086efdbc
[server] Prefer b6 for read
2025-02-25 22:30:39 +05:30
Neeraj Gupta
83b322770d
[server] Add missing bucketId
2025-02-25 22:10:36 +05:30
Neeraj
72bcd8e450
[server] Wait for fileData put & fail fetch if more than 5 object fails ( #5174 )
...
## Description
## Tests
2025-02-25 21:41:45 +05:30
Neeraj Gupta
1eed650812
[server] Return custom errors
2025-02-25 15:47:41 +05:30
Neeraj Gupta
b62f82c81e
Minor fix
2025-02-25 15:42:00 +05:30
mngshm
3ae65e1de9
[server] don't allow setting storageLimit for INVITED users
2025-02-25 11:16:22 +05:30
Neeraj Gupta
792353bb9e
[server] Add index on file_data(user_id,updated_at)
2025-02-25 09:34:26 +05:30
Neeraj Gupta
b9573c057e
[server] Use cached result for canUpload
2025-02-24 16:34:57 +05:30
Neeraj Gupta
54d2813329
[server] Parallize size fetch for file & thumb
2025-02-24 15:59:11 +05:30
Neeraj Gupta
19efbad336
[server] Add retry for sizeOf fetch
2025-02-24 15:21:34 +05:30
Neeraj Gupta
76b2a73f9a
clean up
2025-02-24 15:00:33 +05:30
Neeraj Gupta
4bbe1ae0d2
[server] Remove embeddings handler
2025-02-24 14:49:21 +05:30
Manav Rathi
b15b707600
[server] Limit support while fetching collections ( #5148 )
...
## Description
This endpoint let's us add limit which fetching collections.
## Tests
2025-02-24 14:18:44 +05:30
Neeraj Gupta
15aea42b96
[server] Minor refactor
2025-02-24 14:04:39 +05:30
Neeraj Gupta
d268e1f309
Fix
2025-02-24 12:39:55 +05:30
Neeraj Gupta
245e78ac42
[server] Limit support while fetching collections
2025-02-24 12:29:20 +05:30