shivani446

Results 7 comments of shivani446

Hello @kushsharma I am adding the env in the compose.. u shared above...but still I am not able to get the code out of it ..the smtp service is working...

Sure @kushsharma ```version: "3.7" services: pg: image: postgres:13 environment: - POSTGRES_DB=frontier - POSTGRES_USER=frontier - POSTGRES_HOST_AUTH_METHOD=trust volumes: - ./temp/pgdata:/var/lib/postgresql/data ports: - "5432:5432" healthcheck: test: [ "CMD-SHELL", "pg_isready -U frontier" ] interval:...

@kushsharma I am not getting any error logs also the u tried ```FRONTIER_APP_MAILER_SMTP_TLS_POLICY=none``` but still its the same ..here code means the verification number we get from the email ..i...

Any updates on this? @SimoneLazzaris

@wikkyk Any update on when are we planning to support DHCP ?

I think I am progressing ``` 2024-09-23T19:33:25+05:30 INFO client mode 2024-09-23T19:33:25+05:30 INFO connected to server {"udpEnabled": true, "tx": 2500000, "count": 1} 2024-09-23T19:33:25+05:30 INFO use this URI to share your server...

I ran this command ```curl -vv https://api.hy2.io/cdn-cgi/trace``` and i was successfully able to run it It says ```Connected to api.hy2.io(ip) port 443``` ```journalctl -f -u hysteria-server``` got te same TCP...