mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-01-18 16:17:30 +01:00
- filenames must be the kebab-case version of the name: attribute in each file ``` ERROR:awesome_lint.py: apache.yml: file should be named apache-http-server.yml ERROR:awesome_lint.py: not-three.yml: file should be named not-th.re.yml ERROR:awesome_lint.py: bifroest.yml: file should be named engity's-bifröst.yml ERROR:awesome_lint.py: whattocook.yaml: file should be named what-to-cook?.yml ERROR:awesome_lint.py: scribblers.yml: file should be named scribble.rs.yml ERROR:awesome_lint.py: plexripper: file should be named plexripper.yml ERROR:awesome_lint.py: clustercontrol.yml: file should be named cluster-control.yml ``` - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/1031
13 lines
352 B
YAML
13 lines
352 B
YAML
name: "Apache HTTP Server"
|
|
website_url: "https://httpd.apache.org/"
|
|
source_code_url: "https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/"
|
|
description: "Secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards."
|
|
licenses:
|
|
- Apache-2.0
|
|
platforms:
|
|
- C
|
|
- deb
|
|
- Docker
|
|
tags:
|
|
- Web Servers
|