This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
wordpress/package.yml

18 lines
508 B
YAML
Raw Normal View History

2020-09-28 22:33:06 +00:00
---
name: Wordpress
description: Open source software you can use to create a beautiful website, blog, or app
arguments:
name:
2020-09-30 21:18:08 +00:00
description: The name of your Wordpress application
example: my-cool-project
2020-09-28 22:33:06 +00:00
domain:
2020-09-30 21:18:08 +00:00
description: The domain name where your Wordpress will be available on the web
example: my-cool-project.com
2020-09-28 22:33:06 +00:00
secrets:
2020-09-30 23:10:16 +00:00
db_passwd:
2020-09-30 22:34:46 +00:00
description: The normal user database password
2020-09-30 21:18:08 +00:00
length: 8
2020-09-30 23:10:16 +00:00
db_root_passwd:
2020-09-30 22:34:46 +00:00
description: The root user database password
2020-09-30 21:18:08 +00:00
length: 8