Init
This commit is contained in:
commit
0f3cf3b4c3
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.DS_Store
|
||||
*.pem
|
||||
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Todo
|
||||
|
||||
Add step-by-step guide on using this template repository to start your own community app store.
|
||||
13
hello-world/docker-compose.yml
Normal file
13
hello-world/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: hello_world_server_1
|
||||
APP_PORT: 3000
|
||||
|
||||
server:
|
||||
image: mayankchhabra/sdx:latest
|
||||
user: "1000:1000"
|
||||
init: true
|
||||
30
hello-world/umbrel-app.yml
Normal file
30
hello-world/umbrel-app.yml
Normal file
@ -0,0 +1,30 @@
|
||||
manifestVersion: 1
|
||||
id: hello-world
|
||||
name: Hello World
|
||||
tagline: Replace this tagline with your app's tagline
|
||||
icon: https://static.getumbrel/hello-world/icon.svg
|
||||
category: Development
|
||||
version: "1.0.0"
|
||||
port: 4000
|
||||
description: >-
|
||||
Add your app's description here.
|
||||
|
||||
|
||||
You can also add newlines!
|
||||
|
||||
developer: Umbrel
|
||||
website: https://umbrel.com
|
||||
submitter: Umbrel
|
||||
submission: https://github.com/getumbrel/umbrel-hello-world-app
|
||||
repo: https://github.com/getumbrel/umbrel-hello-world-app
|
||||
support: https://github.com/getumbrel/umbrel-hello-world-app/issues
|
||||
gallery:
|
||||
- https://static.getumbrel/hello-world/1.jpg
|
||||
- https://static.getumbrel/hello-world/2.jpg
|
||||
- https://static.getumbrel/hello-world/3.jpg
|
||||
releaseNotes: >-
|
||||
Add what's new in the latest version of your app here.
|
||||
dependencies: []
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
2
umbrel-repo.yml
Normal file
2
umbrel-repo.yml
Normal file
@ -0,0 +1,2 @@
|
||||
id: "hello-world" # Choose the ID for your app store. This should contain only alphabets ("a to z") and dashes ("-").
|
||||
name: "Hello World" # Choose the name of your app store. It will show up in the UI as "<name> App Store".
|
||||
Loading…
Reference in New Issue
Block a user