removed all old apps, compacted repo
This commit is contained in:
commit
c6def505cf
14 changed files with 1659 additions and 0 deletions
1
public/CNAME
Normal file
1
public/CNAME
Normal file
|
@ -0,0 +1 @@
|
|||
caprover-apps.aly.pet
|
34
public/v4/apps/silverbullet-pub.yml
Normal file
34
public/v4/apps/silverbullet-pub.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
captainVersion: 4
|
||||
services:
|
||||
'$$cap_appname':
|
||||
caproverExtra:
|
||||
containerHttpPort: '3000'
|
||||
dockerfileLines:
|
||||
- 'FROM zefhemel/silverbullet'
|
||||
volumes:
|
||||
- '$$cap_appname-data:/space'
|
||||
- '$$cap_appname-pub:/space/pub'
|
||||
environment:
|
||||
SB_USER: $$cap_sb_user
|
||||
|
||||
'$$cap_appname-pub':
|
||||
caproverExtra:
|
||||
containerHttpPort: '3000'
|
||||
dockerfileLines:
|
||||
- 'FROM dannyben/madness'
|
||||
- 'ENTRYPOINT ["madness", "server"]'
|
||||
volumes:
|
||||
- '$$cap_appname-pub:/docs'
|
||||
|
||||
caproverOneClickApp:
|
||||
variables:
|
||||
- id: $$cap_sb_user
|
||||
label: Authentication
|
||||
defaultValue: 'admin:ChangeThisPassword!!!'
|
||||
description: Authentication is disabled if not set. This authentication does not apply to files in pub/
|
||||
displayName: Silverbullet.md
|
||||
description: SilverBullet is a note-taking application optimized for people with a hacker mindset.
|
||||
documentation: https://silverbullet.md/
|
||||
instructions:
|
||||
start: Make sure you change the authentication defaults
|
||||
end: "Let me know if you encounter any issues: https://git.aly.pet/aly/caprover-apps"
|
BIN
public/v4/logos/silverbullet-pub.png
Normal file
BIN
public/v4/logos/silverbullet-pub.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 239 KiB |
Loading…
Add table
Add a link
Reference in a new issue