YuukanOO / seelf

Lightweight self-hosted deployment platform written in Go
https://yuukanoo.github.io/seelf/
GNU General Public License v3.0
185 stars 4 forks source link

Viewing the logs of deployed applications? #76

Open mukhtharcm opened 1 week ago

mukhtharcm commented 1 week ago

Is there any way to view the logs of the deployed applications?

mukhtharcm commented 1 week ago

Also, how much time does it take to get the certificates issued?

it's been a while since I've been deployed the app and it's still shows the default trafeik cert?

YuukanOO commented 1 week ago

Is there any way to view the logs of the deployed applications?

Not at the moment, but that's planned and will be tracked in #8.

Also, how much time does it take to get the certificates issued?

Not too long, just tested it on my own instance and was about ~10 seconds.

mukhtharcm commented 6 days ago

Not too long, just tested it on my own instance and was about ~10 seconds.

ther's something wrong with my instance. when a new deployment occurs, sometimes the website is sending certificates from let's encryt, other times from Traefik default cert?

why could be it?

YuukanOO commented 6 days ago

Hard to tell without knowing anything about your infrastructure.

But traefik is 100% in charge when serving applications so the issue should probably be on its side.