Something is filling up my docker droplet.
It’s not old docker containers (docker system prune only frees up 500mb now instead of 3GB before).
To figure out what is happening I’d like to SFTP into the server. But I need a root password.
I think Wappler made that?
Because I only see a reset button in the DO settings
This is an issue. The UI clean option removes less and less over time and becomes slower and slower. I manually login to the DigitalOcean console and jump on each individual droplet and manually delete them occasionally from the command line. It speeds the Wappler process up also.
Yeah I’ve gone through there and at least cleaned up upload folders, other than that I don’t see anything that can fill up my disk… I just removed about 30 pdf files, so not huge savings.
@scalaris you go onto the console and what do you do exactly? docker system prune ?
Because I’ve already been doing that command manually (the UI button never seemed to actually free up space). But as said, something is still filling up my droplet. And I’m int he dark. I’m not sure what’s happening
Now to go back to this thread… on top of the original question.
How can I SSH into my droplet without wappler’s built-in terminal (since it’s very visually buggy)?
EDIT: nevermind, I found the answer to that in my own docs.
Sharing for whoever needs it.
Install openssh VS code extension
GEt ip address of droplet from dashboard
Copy private and public keys from .docker/machine/machines/projectname
Use vscode command (press F1) to open connection
Original question of the thread still stands. Where cna I get the root password to SFTP into the Wappler made digital ocean droplet?
Well that is a great finding @karh! We have indeed limited the logging for the regular docker services, with options, but indeed not for the older Traefik global service. The new Services in the Resource Manager, do have logging options.
Anyway I will see if we can add logging options also for the older docker machine based Traefik installations.