Novapixel1010

Results 30 comments of Novapixel1010

If you are using forwardemail you are most likely going to need a use a catch all password. here is and example .env ```env NEXT_PRIVATE_SMTP_TRANSPORT=smtp-auth NEXT_PRIVATE_SMTP_HOST=smtp.forwardemail.net NEXT_PRIVATE_SMTP_PORT=465 [email protected] NEXT_PRIVATE_SMTP_PASSWORD=catch-all-password-REPLACE NEXT_PRIVATE_SMTP_SECURE=true...

I did not know that I could contribute to the docs. Also the secrets are not reused but I kept them for people to compare to what an actual secret...

> Still not working I inserted in the env file also the email codes nothing Did you ever figure this out?

> > Update: I removed all the `"` and `'` in the yaml configuration file, and now it works! > > also don't work for me :( Did you ever...

Here is two setups that is working I am using Portainer but this should work via cli too. # First one ## docker-compse ```yaml services: database: image: postgres:15 environment: -...

# second option No need to setup dns with this option everything in a single docker-compose ## docker-compose ```yaml services: database: image: postgres:15 environment: - POSTGRES_USER=${POSTGRES_USER} - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - POSTGRES_DB=${POSTGRES_DB}...

I am also having the same issue # compose file ```yaml services: mixpost: image: inovector/mixpost:latest ports: - 5000:80 volumes: - storage:/var/www/html/storage/app - logs:/var/www/html/storage/logs depends_on: - mysql - redis restart: unless-stopped...

Got it working with putting the env variables in compose @plasticpippo ```yaml services: mixpost: image: inovector/mixpost:latest ports: - 5000:80 volumes: - storage:/var/www/html/storage/app - logs:/var/www/html/storage/logs depends_on: - mysql - redis restart:...

I would like to note I am having the same issue on ubuntu 24

I think it can now? Also you could make your self the person that Approves the document or have an office person that Approves the documents. To do this make...