Open-source application for the users of DigitalOcean who wish to manage their droplets, snapshots, images and domains via an android application.
This application allows you to :
-
Manage your droplets : create, reboot, boot, shutdown, reset password, resize, take snapshots, enable/disable backups, rename and destroy.
-
Manage domains : create, update and destroy.
-
Manage domain records : create, update and destroy.
-
Manage SSH Keys : create, update and destroy.
-
Multiple accounts support.
Source code : https://github.com/yassirh/digital-ocean-swimmer
For issues or feature requests open a new issue here : https://github.com/yassirh/digital-ocean-swimmer/issues
To build the application from the source :
-
In your /.gradle folder add two files gradle.properties & digitaloceanswimmer.properties
-
Create a file digitaloceanswimmer.properties with the following content :
keystore={{Path to your keystore}}
keystore.password={{Keystore password}}
keyAlias={{Key alias}}
keyPassword={{Key password}}
apkOutputDir={{folder to output the generated sdk}}
-
in case you don't have a key : http://developer.android.com/tools/publishing/app-signing.html
-
In your gradle.properties file add the following line :
DigitalOceanSwimmer.properties={{path to digitaloceanswimmer.properties}}
- Open project with Android Studio & don't forget to submit a pull request