Betty_Nutz

Results 11 comments of Betty_Nutz

i also had this problem (on Debian 11). did you get it sorted? i had success with this: To list all services on Debian 11 with "matrix" in their name,...

> Now it works also for me, cooool! your chat bot still work with this or do you have to buy credit now? i cant get it working

turning on/off the admin api: ``` matrix_synapse_admin_enabled: true matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_admin_api_enabled: true ``` also, installing uninstalling the gpt bot

> edit: i did just solve it for me. i didnt read the "how to obtain an access token"-part properly and always logged out from the user invalidating the token...

``` services: mariadb: container_name: mariadb image: docker.io/bitnami/mariadb:latest environment: - ALLOW_EMPTY_PASSWORD=no - MARIADB_ROOT_PASSWORD=AzfrZEby2PKyyH59P - MARIADB_DATABASE=prestashop_2024 - MARIADB_USER=user1 - MARIADB_PASSWORD=gyeGjEZ92obHWg#Y#d7 volumes: - /home/user1/bitnami/mariadb:/bitnami/mariadb networks: - prestashop-net prestashop: container_name: prestashop image: docker.io/bitnami/prestashop:latest environment:...

``` services: traefik: image: "traefik:latest" container_name: "traefik" command: - "--api.dashboard=true" - "--providers.docker=true" - "--providers.docker.exposedbydefault=false" - "--entrypoints.web.address=:80" - "--entrypoints.websecure.address=:443" - "--certificatesresolvers.myresolver.acme.tlschallenge=true" - "[email protected]" - "--certificatesresolvers.myresolver.acme.storage=/letsencrypt/acme.json" ports: - "80:80" - "443:443" volumes:...

any idea? i only have an issue with this PrestaShop all my other containers work without issue? Hope someone can help

> Hi @BettyNutz, sorry for my very late response > > I'll share some doubts/concerns that I don't have very clear (Please bare with me about traefik, I have a...

there was an environment detail missing in the myphpadmin compose. adding it allowed me to edit the ps_configuration in the db to change ssl entries to 1. missing info for...