1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #516 from holta/master

bringing all pkg descriptions into same format, for /etc/iiab/iiab.ini
This commit is contained in:
A Holt 2017-11-13 14:47:07 -05:00 committed by GitHub
commit 6e48d41d60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -10,7 +10,7 @@
- option: name
value: awstats
- option: description
value: '"AWStats is Advanced Web Statistics package written in Perl which generates static or dynamic html summaries based upon web server logs"'
value: '"AWStats (originally known as Advanced Web Statistics) is a package written in Perl which generates static or dynamic html summaries based upon web server logs."'
- option: installed
value: "{{ awstats_install }}"
- option: enabled

View file

@ -59,7 +59,7 @@
value='{{ item.value }}'
with_items:
- option: description
value: '"Calibre epub book server"'
value: '"Calibre is an extremely popular personal library system for e-books."'
- option: url
value: "{{ calibre_src_url }}"
- option: database

View file

@ -11,7 +11,7 @@
- option: name
value: dokuwiki
- option: description
value: '"DokuWiki is a simple to use and highly versatile Open Source wiki software that does not require a database. "'
value: '"DokuWiki is a simple to use and highly versatile Open Source wiki software that does not require a database."'
- option: installed
value: "{{ dokuwiki_install }}"
- option: enabled

View file

@ -1,5 +1,5 @@
===========
ELGG README
Elgg README
===========
Elgg is an award-winning social networking engine, delivering the building blocks

View file

@ -120,7 +120,7 @@
- option: name
value: elgg-social-netwoking
- option: description
value: '"Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications"'
value: '"Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications."'
- option: path
value: /opt/elgg
- option: enabled

View file

@ -117,7 +117,7 @@
- option: name
value: kiwix-serve
- option: description
value: '"kiwix-serve is a web server for zim files"'
value: '"Part of https://github.com/kiwix/kiwix-tools/ - kiwix-serve is the most used web server for ZIM files."'
- option: kiwix_url
value: "{{ kiwix_url }}"
- option: kiwix_path

View file

@ -85,7 +85,7 @@
- option: name
value: squid
- option: description
value: '"Squid caches web pages the first time they are accessed, and pulls them from the cache thereafter"'
value: '"Squid caches web pages the first time they are accessed, and pulls them from the cache thereafter."'
- option: enabled
value: "{{ squid_enabled }}"

View file

@ -111,7 +111,7 @@
- option: name
value: "openvpn"
- option: description
value: '"OpenVPN is a means of connecting to a server anywhere on the internet via a middleman server"'
value: '"OpenVPN is a means of connecting to a server anywhere on the internet, via a middleman server."'
- option: middleman_url
value: "{{ vpn_presence }}"
- option: port

View file

@ -57,6 +57,6 @@
- option: name
value: samba
- option: description
value: '"Samba is a Microsoft compatible remote file access system - generalized to CIFS --common internet file system"'
value: '"Samba is a Microsoft-compatible network file system that re-implements SMB/CIFS (Common Internet File System)."'
- option: enabled
value: "{{ samba_enabled }}"