AppFlowy-Cloud/admin_frontend
Zack ebc2e7ebf6
feat: nginx add gotrue path rewrite (#121)
* feat: nginx add gotrue path rewrite

* fix: prefix gotrue for gotrue url
2023-10-17 13:58:31 +08:00
..
dev feat: added oauth login for admin (#119) 2023-10-17 10:21:06 +08:00
src feat: added oauth login for admin (#119) 2023-10-17 10:21:06 +08:00
templates feat: nginx add gotrue path rewrite (#121) 2023-10-17 13:58:31 +08:00
Cargo.lock feat: add admin frontend project 2023-10-06 18:11:15 +08:00
Cargo.toml feat: auto refresh session 2023-10-13 12:08:53 +08:00
Dockerfile feat: session token WIP - 2 2023-10-10 02:23:40 +08:00
README.md feat: show user list on frontend 2023-10-10 16:57:02 +08:00
dev.env feat: added add user by email 2023-10-11 17:47:34 +08:00

README.md

Admin Frontend

  • Start the whole stack: docker compose up -d
  • Go to web server
  • Quick rebuild only frontend after editing docker compose up -d --no-deps --build admin_frontend
  • You might need to add --force-recreate for non build changes to take effect