-
-
Notifications
You must be signed in to change notification settings - Fork 506
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
META | Add software request template
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
name: Software request | ||
about: Suggest a software title to be added to DietPi-Software | ||
|
||
--- | ||
|
||
## Creating a software request: | ||
|
||
|
||
#### Give us some formal software information: | ||
- Software title | <!-- EG: Nextcloud --> | ||
- Short description | <!-- Personal cloud and data sharing solution --> | ||
- GitHub URL (if available) | <!-- https://github.com/nextcloud/server --> | ||
- External URL (if available) | <!-- https://nextcloud.com --> | ||
- (Official) install documentation | <!-- https://docs.nextcloud.com/server/13/admin_manual/installation/index.html --> | ||
|
||
#### Are there similar/alternative software titles available with DietPi-Software? | ||
<!-- EG: ownCloud, Syncthing --> | ||
- ... | ||
|
||
#### What makes your requested software better than the above solutions, if available? | ||
<!-- EG: It is fully open source, without any (feature) limitation to free users. It has a large feature range based on available apps and a large active community. --> | ||
- ... | ||
|
||
#### How can DietPi make the installation easier or compatible, than following the install instructions or do APT installation, if available? | ||
<!-- EG: According to the official install instructions there are a lot of manual steps to do: Setting up a webserver-database-PHP stack and configure them accordingly. DietPi could automate those steps, which saves end users a lot of time and allows installation as well to less experienced Linux users. --> | ||
- ... | ||
|
||
#### Can you provide the installation steps that you would suggest DietPi-Software to do? | ||
<!-- EG: | ||
1. Install webserver stack | ||
2. Install Redis and the related PHP module, which is recommended | ||
3. Adjust/Add the following PHP settings: ... --> | ||
1. ... | ||
|
||
#### Are you willing to help maintaining the software installation, e.g. in case of needed setup changes due to updates etc.? This is not needed, but could speed up our decision to implement it, as man power is always a topic :wink:. | ||
<!-- EG: Yes, I could help out with this, e.g. if I experience issues. / Sorry, I am totally unexperienced in bash coding. --> | ||
- ... |