Man this is truly amazing! This is even better than Tom playing hockey!
@nikita-dev5 ай бұрын
LOL
@abuctf5 ай бұрын
Thanks a lot for making this !
@celestial60005 ай бұрын
Your last 3 videos are all fire and very helpful. They are all not just some generic web dev tutorials that are flooding youtube nowadays. Waiting for the 3rd part, and if you are interested maybe you can extend the tutorial towards microservices (part 4?) like adding another protected service on top of the auth service and using caddy as the gateway, then deployment to a droplet stays the same. Thank you so muuuch!
@nikita-dev5 ай бұрын
Appreciate your feedback!
@rism834527 күн бұрын
18:34 😏
@SharukhKhan-sd7xg5 ай бұрын
Hey, great video man. This is the reason I subscribed to this channel. So I am trying to run the frontend caddy config and getting this error: run: adapting config using caddy file: parsing caddy file tokens for 'servers': /etc/caddy/Caddyfile:5 - Error during parsing: unrecognized servers option 'trusted_proxies' what could be the reason?
@nikita-dev5 ай бұрын
Thank you! I'm not sure why you're getting that error... Does your Caddyfile match exactly what is on the remote repo?
@SharukhKhan-sd7xg5 ай бұрын
@@nikita-dev Thanks,for the reply. But it was my mistake. i was using this `FROM caddy:2.4.5-alpine as prod` in my frontend docker file but it should be like this `FROM caddy:2-alpine as prod`