Hello,
When I create and delete a note with the token, also tried without the token.
Etherpad says that the note is deleted but the welcome screen still shows it.
Why please ?
Etherpad Docker 3.3.3 + dirtydb.
Same behaviour using Postgres.
Thanks.
env vars I use
volumes:
# - plugins:/opt/etherpad-lite/src/plugin_packages
# - var:/opt/etherpad-lite/var
- ./settings.json:/opt/etherpad-lite/settings.json:rw
environment:
NODE_ENV: production
ADMIN_PASSWORD: ${ADMIN_PASSWORD:-admin}
# DB_HOST: ${POSTGRES_HOST:-postgres}
# DB_NAME: ${POSTGRES_DATABASE:-etherpad}
# DB_PASS: ${POSTGRES_PASSWORD:-admin}
# DB_PORT: ${POSTGRES_PORT:-5432}
DB_TYPE: "sqlite"
# DB_USER: ${POSTGRES_USER:-admin}
DEFAULT_PAD_TEXT: ${DEFAULT_PAD_TEXT:- }
DISABLE_IP_LOGGING: ${APP_DISABLE_IP_LOGGING:-false}
SOFFICE: ${SOFFICE:-null}
TRUST_PROXY: ${TRUST_PROXY:-true}
COOKIE_SAME_SITE: None # required when embedded in a cross-origin iframe
COOKIE_SECURE: true # required when SameSite=None
SOCKETIO_MAX_HTTP_BUFFER_SIZE: 10000
SOCKET_IO_ALLOW_UPGRADE: true
ETHERPAD_PROTOCOL: https
ETHERPAD_HOST: ${DOMAIN}
TIMEZONE: Europe/Paris
TITLE: "Bloc-Notes"
LOGLEVEL: INFO
COOKIE_SESSION_LIFETIME: 3600000 # 1h
COOKIE_SESSION_REFRESH_INTERVAL: 3600000 # 1h
COOKIE_KEY_ROTATION_INTERVAL: 3600000
MAX_AGE: 0 # no cache
DB_WRITE_INTERVAL: 0 # for no caching
Hello,
When I create and delete a note with the token, also tried without the token.
Etherpad says that the note is deleted but the welcome screen still shows it.
Why please ?
Etherpad Docker 3.3.3 + dirtydb.
Same behaviour using Postgres.
Thanks.
env vars I use