mirror of
https://github.com/etkecc/synapse-admin.git
synced 2024-11-21 15:25:22 +03:00
Revert "switch from nginx to SWS for serving the app (docker image)", as it causes issues with CDN deploy - workflow
should be adjusted first
This reverts commit 317df5af0f
.
This commit is contained in:
parent
317df5af0f
commit
3c6259cc88
3 changed files with 5 additions and 5 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
branches: [ "main" ]
|
||||
env:
|
||||
upstream_version: v0.10.3
|
||||
etke_version: etke7
|
||||
etke_version: etke6
|
||||
bunny_version: v0.1.0
|
||||
permissions:
|
||||
checks: write
|
||||
|
|
|
@ -18,8 +18,9 @@ COPY . /src
|
|||
RUN yarn build --base=$BASE_PATH
|
||||
|
||||
# App
|
||||
FROM ghcr.io/static-web-server/static-web-server:2
|
||||
|
||||
ENV SERVER_ROOT /app
|
||||
FROM nginx:stable-alpine
|
||||
|
||||
COPY --from=builder /src/dist /app
|
||||
|
||||
RUN rm -rf /usr/share/nginx/html \
|
||||
&& ln -s /app /usr/share/nginx/html
|
||||
|
|
|
@ -29,7 +29,6 @@ The following changes are already implemented:
|
|||
* [Add ability to toggle whether to show locked users](https://github.com/Awesome-Technologies/synapse-admin/pull/573)
|
||||
* [Fix user's display name in header on user's page](https://github.com/etkecc/synapse-admin/pull/9)
|
||||
* [Fix footer overlapping content](https://github.com/Awesome-Technologies/synapse-admin/issues/574)
|
||||
* Switch from nginx to [SWS](https://static-web-server.net/) for serving the app
|
||||
|
||||
_the list will be updated as new changes are added_
|
||||
|
||||
|
|
Loading…
Reference in a new issue