Julien MURSCHEL
Julien MURSCHEL
Hi, @MaKleSoft I've tested this two variables but the signup is not disabled. Here is my compose.yaml: ``` services: server: image: padloc/server container_name: padloc-server build: context: github.com/padloc/padloc.git#main dockerfile: Dockerfile-server env_file:...
Hi, @MaKleSoft here is my .env: ``` PL_HOSTNAME=padloc.***.fr PL_ADMIN_EMAIL=***@***.fr PL_EMAIL_BACKEND=smtp PL_EMAIL_SMTP_HOST=mail.***.com PL_EMAIL_SMTP_PORT=587 PL_EMAIL_SMTP_USER=***@***.fr PL_EMAIL_SMTP_PASSWORD="***" PL_EMAIL_SMTP_FROM=$PL_ADMIN_EMAIL PL_DATA_BACKEND=leveldb PL_DATA_LEVELDB_DIR=/data PL_ATTACHMENTS_BACKEND=fs PL_ATTACHMENTS_FS_DIR=/attachments PL_PROVISIONING_BACKEND=basic PL_PROVISIONING_BASIC_DEFAULT_STATUS=unprovisioned PL_SERVER_CLIENT_URL=https://$PL_HOSTNAME PL_SERVER_REPORT_ERRORS=$PL_ADMIN_EMAIL PL_SERVER_ADMINS=$PL_ADMIN_EMAIL PL_SERVER_URL=https://$PL_HOSTNAME/server PL_PWA_URL=https://$PL_HOSTNAME ``` I use Traefik...
Hi, The search by tiles doesn't work either with tags as categories.
@KodeStar you can only reorder categories, not each apps that are in the categories ! We would like to reorder all the apps in the categories. And the problem with...
Hi, Sorry, but I don't understand how to bind files when using Superforms without a bindable property. Is it possible to help me please ? Thank you