summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2022-02-26 11:39:31 -0800
committerKasra Bigdeli <[email protected]>2022-02-26 11:39:31 -0800
commit9de1983742fe83c51faa5dcf606cd49882304cec (patch)
tree2a5ba43cc0575a6b745f330032608f0534312ab9
parent93e3538639afc5c6fc1e9384a34afbd6d9eae298 (diff)
downloadcaprover-one-click-apps-9de1983742fe83c51faa5dcf606cd49882304cec.tar.gz
caprover-one-click-apps-9de1983742fe83c51faa5dcf606cd49882304cec.zip
Revert "Removed ohmyforms https://github.com/caprover/one-click-apps/pull/284"
This reverts commit 93e3538639afc5c6fc1e9384a34afbd6d9eae298.
-rw-r--r--public/v4/apps/ohmyform.yml50
-rw-r--r--public/v4/logos/ohmyform.pngbin0 -> 21922 bytes
2 files changed, 50 insertions, 0 deletions
diff --git a/public/v4/apps/ohmyform.yml b/public/v4/apps/ohmyform.yml
new file mode 100644
index 0000000..066f606
--- /dev/null
+++ b/public/v4/apps/ohmyform.yml
@@ -0,0 +1,50 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: ohmyform/ohmyform:0.9.9
+ volumes:
+ - $$cap_appname-data:/data
+ environment:
+ CREATE_ADMIN: 'TRUE'
+ DATABASE_DRIVER: sqlite
+ DATABASE_URL: 'sqlite:///data/data.sqlite'
+ LOGIN_NOTE: 'Either login with admin:admin or create your own account to test OhMyForm'
+ ADMIN_EMAIL: $$cap_ohmyform_email
+ ADMIN_USERNAME: $$cap_ohmyform_user
+ ADMIN_PASSWORD: $$cap_ohmyform_pass
+ MAILER_URI: smtp://srv-captain--$$cap_appname-mailhog:1025
+ SECRET_KEY: $$cap_gen_random_hex(64)
+ caproverExtra:
+ containerHttpPort: '3000'
+
+ $$cap_appname-mailhog:
+ image: mailhog/mailhog:v1.0.1
+ caproverExtra:
+ notExposeAsWebApp: 'true'
+caproverOneClickApp:
+ variables:
+ - id: $$cap_ohmyform_email
+ label: Admin E-Mail
+ description: E-Mail for the OhMyForm admin user
+ validRegex: /.{1,}/
+ - id: $$cap_ohmyform_user
+ label: Admin user name
+ description: User name for the OhMyForm admin user
+ defaultValue: ohmyadmin
+ validRegex: /.{1,}/
+ - id: $$cap_ohmyform_pass
+ label: Admin password
+ description: Password for the OhMyForm admin user
+ defaultValue: $$cap_gen_random_hex(64)
+ validRegex: /.{1,}/
+ instructions:
+ start: |-
+ An open source alternative to TypeForm and Google Forms that can create stunning mobile-ready forms, surveys and questionnaires.
+ With OhMyForm you'll get all the features you need to run, administer, analyze and distribute forms for free.
+ More details: https://ohmyform.com/
+ end: |-
+ OhMyForm has been successfully deployed! Be sure to activate (or better yet, enforce) https access. You can then log in with user $$cap_ohmyform_user and password $$cap_ohmyform_pass at https://$$cap_appname.$$cap_root_domain
+ displayName: OhMyForm
+ isOfficial: true
+ description: Create stunning embedable forms for recruiting, market research, surveys and more https://ohmyform.com/
+ documentation: https://ohmyform.com/docs/
diff --git a/public/v4/logos/ohmyform.png b/public/v4/logos/ohmyform.png
new file mode 100644
index 0000000..9c42640
--- /dev/null
+++ b/public/v4/logos/ohmyform.png
Binary files differ