removed all old apps, compacted repo

This commit is contained in:
Aly 2024-05-26 04:20:24 +10:00
commit c6def505cf
14 changed files with 1659 additions and 0 deletions

1
public/CNAME Normal file
View file

@ -0,0 +1 @@
caprover-apps.aly.pet

View 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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB