All Projects → coding-blocks → DigitalOceanApp

coding-blocks / DigitalOceanApp

Licence: GPL-3.0 license
Admin Console for Digital Ocean

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to DigitalOceanApp

Hsweb Demo
2.x版本演示项目
Stars: ✭ 229 (+316.36%)
Mutual labels:  admin
Layuimini
后台admin前端模板,基于 layui 编写的最简洁、易用的后台框架模板。只需提供一个接口就直接初始化整个框架,无需复杂操作。
Stars: ✭ 3,270 (+5845.45%)
Mutual labels:  admin
Hacktoberfest-2k19
A Repository for Micro Club members dedicated for Hacktoberfest 6th edition (2k19). The purpose of this repo is getting MC members into the open source community and help them develop and share projects and knowledge with other students, profesionals and open source enthousiasts while having a fun challenge !!
Stars: ✭ 16 (-70.91%)
Mutual labels:  digital-ocean
Identityserver4.admin
The administration for the IdentityServer4 and Asp.Net Core Identity
Stars: ✭ 2,998 (+5350.91%)
Mutual labels:  admin
Hyperf Admin
hyperf-admin 是基于 hyperf + vue 的配置化后台开发工具
Stars: ✭ 244 (+343.64%)
Mutual labels:  admin
Vue Element Admin
🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
Stars: ✭ 73,044 (+132707.27%)
Mutual labels:  admin
Vue Admin
基于and-design-vue的vue后台管理系统模板
Stars: ✭ 226 (+310.91%)
Mutual labels:  admin
DigitalOceanFlask
installing a Flask webapp on a Digital Ocean (or Linode, etc.) Ubuntu box
Stars: ✭ 42 (-23.64%)
Mutual labels:  digital-ocean
Forest Rails
🌱 Rails Liana for Forest Admin
Stars: ✭ 247 (+349.09%)
Mutual labels:  admin
tls certificate generation
Use temporary Amazon EC2 / Digital Ocean cloud machines to get / renew letsencrypt certificates
Stars: ✭ 28 (-49.09%)
Mutual labels:  digital-ocean
Vue Router Tab
Vue.js tab components, based on Vue Router.
Stars: ✭ 236 (+329.09%)
Mutual labels:  admin
Leacmf
leacmf是一款基于ThinkPHP5.1+layui的极速后台和api开发框架。
Stars: ✭ 244 (+343.64%)
Mutual labels:  admin
DigitalOcean-SDK
A Digital Ocean SDK for iOS and OSX -- Unit tests pass locally!
Stars: ✭ 13 (-76.36%)
Mutual labels:  digital-ocean
Easyadminextensionbundle
Provides some additional features to EasyAdminBundle for Symfony
Stars: ✭ 232 (+321.82%)
Mutual labels:  admin
digitalocean
Scala wrapper around Digital Ocean's API, version 2
Stars: ✭ 28 (-49.09%)
Mutual labels:  digital-ocean
Vue Admin Php
Vue-cli3.0 + Element UI + ThinkPHP5.1 + RBAC权限 + 响应式的后台管理系统 https://lmxdawn.github.io/vue-admin
Stars: ✭ 229 (+316.36%)
Mutual labels:  admin
Eladmin
项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由
Stars: ✭ 16,943 (+30705.45%)
Mutual labels:  admin
next
(Work in progress) The rewritten version of the original PizzaQL 🍕
Stars: ✭ 45 (-18.18%)
Mutual labels:  digital-ocean
dots
digital ocean api typescript/javascript wrapper
Stars: ✭ 65 (+18.18%)
Mutual labels:  digital-ocean
darknode-cli
Tool for deploying and managing Darknodes
Stars: ✭ 54 (-1.82%)
Mutual labels:  digital-ocean

DigitalOceanApp

Build Status CircleCI codecov codebeat badge Codacy Badge Code Climate

Get it on Google Play

[Unofficial] Android App and Android Library for accessing the DigitalOcean API. Originally made as a part of DigitalOcean CloudHackathon.

The library provides easy to use Java methods to make API calls to DigitalOcean.

The Android App lets people sign in with their Digital Ocean account. Once signed in, you can see your droplets, and their status. It has features such as -

  • powering off / rebooting your droplet
  • turning backups on/off
  • taking snapshot of droplet
  • resizing droplet
  • creating a droplet

Preview

preview

Automating Publishing to the Play Store

  • The first APK or App Bundle needs to be uploaded via the Google Play Console because registering the app with the Play Store cannot be done using the Play Developer API.

  • To use this plugin, you must create a service account with access to the Play Developer API. Once that's done, you'll need to grant the following permissions to your service account for this plugin to work (go to Settings -> Developer account -> API access -> Service Accounts).

  • Once done download your PKCS12 key or json key somewhere and the location of key in the build.gradle file in the play block

  • Then run one of the following commands:

    Command Description
    'publishApkRelease' Uploads the APK and the summary of recent changes.
    'publishListingRelease' Uploads the descriptions and images for the Play Store listing.
    'publishRelease' Uploads everything.
    'bootstrapReleasePlayResources' Fetch data from the Play Store & bootstrap the required files/folders.

You can now type the following gradle commands such as the following:

bash ./gradlew publishApkRelease

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].