46 Commits

Author SHA1 Message Date
abc3
13b1b580a9 chore: add POOLER_DB_POOL_SIZE to env vars in docker-compose (#36270) 2025-06-23 12:50:43 +00:00
Ziinc
671aea0a4a fix: use LOGFLARE_PRIVATE_ACCESS_TOKEN for querying, LOGFLARE_PUBLIC_… (#36169)
* fix: use LOGFLARE_PRIVATE_ACCESS_TOKEN for querying, LOGFLARE_PUBLIC_ACCESS_TOKEN for ingestion

* chore: prettier

* chore: remove logging

* chore: remove unused import
2025-06-05 14:52:29 +08:00
RampantDespair
d1bf79838a chore: refactor docker-compose.yml unify syntax style (#32668)
* Update docker-compose.yml

* Moved SECRET_KEY_BASE and VAULT_ENC_KEY to .env
2025-01-20 23:29:03 +09:00
Han Qiao
0ec0ff03bc fix: add openai key to studio env (#30193) 2024-10-30 16:02:18 +00:00
Andrew Valleteau
7feff8f45c fix(docs): self hosting db connection update (#29948)
* fix(docs): update self-hosting docs

Follow up: https://github.com/supabase/supabase/pull/29596

* chore: add env configurable tenant id
2024-10-17 16:34:24 +02:00
Andrew Valleteau
4bad8499ae feat: introduce _supabase database add supavisor to self-hosted (#29596)
* chore: move _analytics to a distinct database

Following: https://github.com/supabase/cli/pull/2707

BREAKING CHANGES:
When migrating from an older version you will need to manually create the new internal _supabase
database and analytics schema the same way the  and  do.
Via:

* feat: add supavisor to the self-hosted stack

* chore(docs): add docs about supavisor

* chore: fix reviewdog warning

* chore: fix typo

* chore: apply pr comments
2024-10-08 13:49:09 +02:00
Kang Ming
d965540f33 fix: read config from auth settings for local studio (#22818)
* fix: read config from local auth settings

* fix: add anonymous sign-ins setting to docker
2024-04-17 12:27:06 +07:00
Filipe Cabaço
5b364c2cb1 chore: Move logging into Docker logs only
Change the Vector ingestion to use docker logs directly from the docker socket instead of syslog via an open port
2023-09-02 23:29:09 +01:00
Ahmed El-Sharnoby
b3114508d0 Dashboard default credentials substitution in kong.yml 2023-08-26 00:19:18 +03:00
Bobbie Soedirgo
8c96d8be27 feat(self-host): use <API_URL>/functions/v1 for Edge Functions 2023-05-29 15:58:49 +08:00
Filipe Cabaco
3140860be8 Expose port to run functions from localhost 2023-04-14 22:14:31 +01:00
Filipe Cabaco
447fca8275 apply review feedback 2023-04-04 11:51:29 +01:00
Filipe Cabaco
c6070647b9 modify vector to be more complete using the CLI example 2023-04-04 02:09:10 +01:00
Filipe Cabaco
761d85abed Add Vector to route logs from Docker to Logflare 2023-04-04 02:09:09 +01:00
Copple
7ed2311fcc Logflare Docker Setup
Adds Logflare to Supabase Docker Compose so you can initialize Logflare locally.
2023-04-04 02:09:06 +01:00
Han Qiao
ba2f1c5ebf chore: add new line to end of files 2023-03-30 10:09:09 +08:00
Ziinc
e1fc202e56 Chore: Update .env.example 2023-03-30 09:54:45 +08:00
TzeYiing
e3d510a726 feat: add flagging for local logs 2023-03-29 14:55:42 +08:00
TzeYiing
881bfb98a7 feat: add handling for missing env vars for logflare 2023-03-29 14:55:42 +08:00
TzeYiing
179f2f0c56 feat: add logflare api key to request calls 2023-03-29 14:55:42 +08:00
Mario
d543b83f0c Added support for webp 2023-02-28 12:59:00 +01:00
Guten Ye
0f3a21fa45 fix: remove POSTGRES_USER in .env.example 2023-02-02 20:44:40 +08:00
Tanmay Patil
4632e1ae34 Fixed Connecting to default project 2023-01-03 17:17:08 +05:30
Inian
7e00b93df7 feat: add storage UI to local dev 2022-12-14 19:00:05 +08:00
Qiao Han
9c63fc53bb chore: use supabase public url 2022-11-16 16:29:25 +08:00
Francisco Mazzoni
ff0f89472c Merge branch 'master' into feat/self-hosted-storage 2022-11-15 17:40:48 -03:00
Han Qiao
eae6905d42 chore: update self hosted to use latest postgres image (#9973)
* chore: remove outdated migration files

* chore: update docker compose to use latest images

* chore: remove commented lines

* chore: update default role passwords

* chore: add no restart flag in dev

* chore: update example env

* chore: add comments

* chore: bump storage and studio images

* chore: default pgmeta to use admin role

* chore: do not update su role
2022-11-01 12:26:12 +08:00
Riccardo Cucia
2950ae34fa Fix .env.example STUDIO Variables (#9788) 2022-10-25 13:30:48 +00:00
Aditya Dhawan
44e882c0a7 Update .env.example 2022-09-11 21:10:05 +01:00
Jason Lei
8070d8b460 Merge branch 'master' into feat/studio/defaults 2022-08-24 20:54:26 +08:00
joel@joellee.org
a86db77ee4 chore: update naming 2022-07-22 16:39:50 +08:00
joel@joellee.org
27f471aa48 chore: update available env vars 2022-07-22 16:33:38 +08:00
Copple
bc9992ff15 Merge branch 'master' into master 2022-06-28 19:24:40 -05:00
Jason Lei
8766943e3b Merge branch 'supabase:master' into feat/studio/defaults 2022-06-08 20:01:53 +08:00
Copple
3a23d63677 docs: improving the docker guide to make it easier to byo database 2022-06-06 17:29:40 +10:00
egor-romanov
848d145257 feat: integration tests gh action 2022-04-18 17:56:03 +04:00
Jason Zi Feng Lei
d56aeeb359 Updated default values for "Default Organization" and "Default Project" to be able to read from a .env file. 2022-04-12 10:12:07 +08:00
Bobbie Soedirgo
b3e491eadf fix(docker/studio): set SUPABASE_REST_URL 2022-03-06 17:10:03 +08:00
rotemrevivo91
4b251ebe68 Update docker/.env.example
Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
2022-02-01 18:50:50 +01:00
rotemrevivo91
c08bcfbb4e Update .env.example 2022-02-01 12:35:38 +01:00
williamfalci
bb6ff7b51f fix env and docker conf to work correctly with Kong API exposed 2022-01-19 10:02:39 +00:00
Copple
3cea779b7f changes the issuer to supabase-demo 2022-01-10 17:59:32 +01:00
Copple
55b82433e9 Adds a docker build (#4121)
* Adds a docker build

* Adds the correct tags

* Sets up the studio port

* Adds quotes around false

* hide local env

* make sure we cover all env files

* only run sentry & analyzer on platform

* Update withAuth

* fixing multi-stage

* fix usage commands

* adds some fake service and anon keys

* Small fix

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2021-11-29 17:19:39 +08:00
Copple
614faed4e4 Chore/postgrest v9 (#3988)
* using slack clone to test

* updates auth functions to handle new GUC commands

* move postgREST to new version

* testing with todo list

* makeing our mount setup far more robust

* Adds some usage commands

* cleans up the auth functions

* test with todos app

* fix env var for GUC

* new auth functions - changed for performance improvement

* Adds some integration tests for RLS

* anon volume on postgres

* remove unused helpers

* fix broken docusaurus build

* Fix complaining vercel

* test instructions

* Use named imports

* Fixes imports

* all relative

* chore: add in tsconfig.json to /web

* finding these all over the place

* Update docker/docker-compose.yml

Co-authored-by: Steve Chavez <stevechavezast@gmail.com>

Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com>
Co-authored-by: Steve Chavez <stevechavezast@gmail.com>
2021-11-24 00:31:07 +08:00
Copple
b726219818 Adds some fake SMTP creds 2021-11-22 20:27:25 +08:00
Bobbie Soedirgo
0e036d4948 chore: update self-host setup 2021-09-30 07:30:40 +08:00