Giter Site home page Giter Site logo

Comments (27)

kristijanPetr avatar kristijanPetr commented on May 20, 2024 10

Is it possible to have ElasticSearch or whole ELK stack as one click app?
Thanks

from one-click-apps.

polotto avatar polotto commented on May 20, 2024 8

strapi (https://strapi.io): a service to create API restful easily to CMS applications

Done

from one-click-apps.

polotto avatar polotto commented on May 20, 2024 7

Minio - Object storage server with Amazon S3 compatible: https://www.minio.io/

Done

from one-click-apps.

garth avatar garth commented on May 20, 2024 7

matomo

"Matomo is the leading open-source analytics platform that gives you more than powerful analytics."

Official Docker images are available.

from one-click-apps.

githubsaturn avatar githubsaturn commented on May 20, 2024 6

NextCloud from caprover/caprover#186 (comment)

Done

from one-click-apps.

githubsaturn avatar githubsaturn commented on May 20, 2024 5

Cloud9 IDE from: caprover/caprover#186

from one-click-apps.

polotto avatar polotto commented on May 20, 2024 5

Hasura - Instant Realtime GraphQL on Postgres with web admin cosole: https://hasura.io/

Done

from one-click-apps.

drmrbrewer avatar drmrbrewer commented on May 20, 2024 5

Discourse discussion forum:

https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md
https://github.com/discourse/discourse_docker
https://hub.docker.com/r/discourse/base/

from one-click-apps.

polotto avatar polotto commented on May 20, 2024 4

.Net Core with Asp Net Core Platform.
Official site: https://www.microsoft.com/net
Container: https://docs.docker.com/engine/examples/dotnetcore/

from one-click-apps.

kristijanPetr avatar kristijanPetr commented on May 20, 2024 4

For anyone who wants to install (NextCloud from #186)
First create empty App with persistent volume , set path like this
Persistent Volume

and add env variables in the
ENV

Then create captain-definition file with
{ "schemaVersion": 1, "dockerfileLines": [ "FROM nextcloud:12-rc" ] }
compress in .tar file and upload to server.

from one-click-apps.

polotto avatar polotto commented on May 20, 2024 2

API umbrella (https://apiumbrella.io): a API Gateway written python

from one-click-apps.

polotto avatar polotto commented on May 20, 2024 2

Wekan (https://github.com/wekan/wekan): a kanban board similar to Trello

from one-click-apps.

ysvahn avatar ysvahn commented on May 20, 2024 2

Prestashop (https://www.prestashop.com/): an e-commerce solution

from one-click-apps.

githubsaturn avatar githubsaturn commented on May 20, 2024 2

@ivanthemeh

Is there an update coming soon?

These will get prioritized and get done in the upcoming months. Nothing earlier than this fall.

IMPORTANT NOTE:
Please keep in mind that just if an app that you want is not in one-click app list, you can simply create a captain-definition file and upload it and set the environmental variables accordingly.

For example, let's say you want to deploy MySQL without relying on one-click apps. First google "MySQL docker", then you'll find this link: https://hub.docker.com/_/mysql/

Then create a captian-definition file with this content:

{
  "schemaVersion": 1,
  "dockerfileLines": [
    "FROM mysql:8.0"
  ]
}

then:

  • Create an app (with data persistence)
  • Set the environmental variables and volumes according to the specific docker image instructions: https://hub.docker.com/_/mysql/
  • Set MYSQL_ROOT_PASSWORD to your desired password
  • Add a persistent directory again according to docker documentations, and map it to /var/lib/mysql in the container.
  • Archive the captain-definition file into a tar file and upload it from the dashboard to your newly created app. And done!

Remember, this is way way more flexible than one click apps. One click apps are meant to be used for quick deployment. But if you're willing to spend 5 minutes, just go with the plain approach explained above as it's a lot more flexible.

Having said that, since one-click apps, do not provide a huge added-value, these one-click apps are not of a high priority.

from one-click-apps.

RalphPfeiffer avatar RalphPfeiffer commented on May 20, 2024 2

searx by @asciimoo

from one-click-apps.

sampnorris avatar sampnorris commented on May 20, 2024 2

CraftCMS

from one-click-apps.

polotto avatar polotto commented on May 20, 2024 1

I make a repository with some captain-definition files that It was useful for me:

https://github.com/angelopolotto/awesome-captain-definition

Fell free to made a pull request or made a suggestion.

from one-click-apps.

iamrommel avatar iamrommel commented on May 20, 2024 1

Prisma as describe here #317

Done

from one-click-apps.

RalphPfeiffer avatar RalphPfeiffer commented on May 20, 2024 1

Gitea by @go-gitea

from one-click-apps.

RalphPfeiffer avatar RalphPfeiffer commented on May 20, 2024 1

Pritunl by @pritunl

from one-click-apps.

githubsaturn avatar githubsaturn commented on May 20, 2024 1

UPDATE:

https://github.com/caprover/caprover/releases/tag/v1.0.0
Strapi, minio, and NextCloud are added to one click apps. The process of adding new one click apps is now very simplified. Feel free to add more here:

https://github.com/caprover/one-click-apps/tree/master/public/v1/apps

from one-click-apps.

 avatar commented on May 20, 2024

Kong

from one-click-apps.

ivanthemeh avatar ivanthemeh commented on May 20, 2024

Is there an update coming soon?

from one-click-apps.

FAFDK avatar FAFDK commented on May 20, 2024

GRAV

from one-click-apps.

m0xx avatar m0xx commented on May 20, 2024

RethinkDB

from one-click-apps.

githubsaturn avatar githubsaturn commented on May 20, 2024

Closing this issue. Please open new issues for each suggestion. As One Click Apps now have its own repository.

I've created a separate issue for each of the apps mentioned above.

from one-click-apps.

sergioisidoro avatar sergioisidoro commented on May 20, 2024

InfluxDb

from one-click-apps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.