no media folder

This commit is contained in:
valere
2024-08-19 22:58:34 +02:00
parent b7a67da464
commit 9ae1a408c9
3 changed files with 2 additions and 5 deletions

1
.env
View File

@@ -1,4 +1,3 @@
DOMAIN=evilspins.com
PORT=7783
DASHBOARD_HIDDEN=false
MEDIA_DIR=~

View File

@@ -6,8 +6,6 @@ services:
restart: unless-stopped
ports:
- $PORT:3000
volumes:
- "${MEDIA_DIR}:/media"
environment:
VIRTUAL_HOST: "${DOMAIN}"
LETSENCRYPT_HOST: "${DOMAIN}"

View File

@@ -140,7 +140,7 @@
.button {
position: relative;
top: 60px;
top: 70px;
padding-left: 16px;
text-decoration: none;
box-shadow: 0 8px 0 0 black;
@@ -154,7 +154,7 @@
cursor: pointer;
color: #fdec50ff;
font-size: 26px;
background-color: rgba(255, 255, 255, 0.35);
background-color: #ffffff59;
&:hover {
background-color: #fdec50ff;
color: black;