Skip to content

Commit

Permalink
remove minigalnano role (unmaintained, security issues: sebsauvage/Mi…
Browse files Browse the repository at this point in the history
…nigalNano#123)

minigalnano must be removed manually if installed:
rm -r /etc/rsnapshot.d/minigalnano.conf /var/lib/srv01/minigalnano-installed /var/www/images/ /etc/apache2/conf-available/minigalnano-password.conf
cat /etc/rsnapshot.d/rsnapshot.conf.head /etc/rsnapshot.d/*.conf /etc/rsnapshot.d/rsnapshot.conf.foot >| /etc/rsnapshot.conf
owncloud gallery + sharing directory via URL is the new image sharing solution
update TODO
  • Loading branch information
nodiscc committed Oct 9, 2017
1 parent 4d1d112 commit d557f5a
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 181 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Fast, automated, modular installation/configuration/maintenance tool for persona
* [Samba](https://www.samba.org/) file sharing server (public and private file shares)
* [Apache](https://httpd.apache.org/) [web server](https://en.wikipedia.org/wiki/HTTP_Server) and Web applications:
- [Nextcloud](https://nextcloud.com/): file/calendar/address book storage, synchronization and sharing, and more.
- [MinigalNano](https://github.com/sebsauvage/MinigalNano): simple image gallery.
- [Shaarli](https://github.com/shaarli/Shaarli): save and share links, bookmarks, notes, and more.
- [Tiny Tiny RSS](https://tt-rss.org/gitlab/fox/tt-rss/wikis/home): [News feed reader](https://en.wikipedia.org/wiki/News_aggregator) and aggregator (RSS/Atom) + plugins.
- [Converse.js](https://conversejs.org/): Web chat client (XMPP).
Expand Down Expand Up @@ -155,7 +154,6 @@ update-firewall: update firewall rules according to configuration
update-services: update services status according to configuration
upgrade: upgrade all software to latest versions
webapp-conversejs-install: Install converse.js web chat client
webapp-minigalnano-install: Install MinigalNano image gallery
webapp-nextcloud-install: Install nextcloud file sharing and collaboration platform
webapp-shaarli-install: Install Shaarli link sharing service
webapp-tt-rss-install: Install TT-RSS feed reader
Expand Down
6 changes: 2 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
_Note: more todo-list items can be found with `git grep -r TODO`_

* [bug] converse.js does not work on fresh install (error: require is not defined)
* [enh] replace conversejs with modern chat platform (riot/mattrermost/rocket.chat/jsxc/...)
* [doc] document installed owncloud apps

#### Security

* [easy] [security] remove minigalnano (unmaintained, security issues: https://github.com/sebsauvage/MinigalNano/issues/123

* [firewall] test that new fail2ban configuration w/ firehol is effective
* [enh] [security] [firewall] add a mode to restrict services access to VPN only
* [enh] [security] [firewall] restrictive OUTPUT policy (see firehol.conf)
Expand Down Expand Up @@ -158,8 +158,6 @@ _Note: more todo-list items can be found with `git grep -r TODO`_
* [enh] store installed version number in status file
* [enh] upgrades: only upgrade when the versions.yml version is > installed version number
* [enh] report: check backups integrity (https://github.com/bit-team/backintime/wiki/FAQ#id24)
* [enh] minigalnano: customize titles/author
* [enh] minigalnano: populate photos directory with one dfeaault picture to prevent "new installation" message from showing
* [enh] [cli] rename tasks as per TODOs in Makefile
* [enh] backups: after backup: if configured backup drive is plugged in, display debug message, mount it and sync contents of the backup directory to it
add doc on preparing the usb drive
Expand Down

This file was deleted.

46 changes: 0 additions & 46 deletions roles/webapp-minigalnano/files/var_www_images_config.php

This file was deleted.

4 changes: 0 additions & 4 deletions roles/webapp-minigalnano/handlers/main.yml

This file was deleted.

9 changes: 0 additions & 9 deletions roles/webapp-minigalnano/tasks/cleanup.yml

This file was deleted.

26 changes: 0 additions & 26 deletions roles/webapp-minigalnano/tasks/main.yml

This file was deleted.

80 changes: 0 additions & 80 deletions roles/webapp-minigalnano/tasks/minigalnano.yml

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
- samba
- transmission
- mumble
- webapp-minigalnano
- webapp-conversejs
- webapp-nextcloud
- webapp-tt-rss
Expand Down
1 change: 0 additions & 1 deletion versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ nextcloud_contacts_version: 'v1.5.3'
nextcloud_tasks_version: 'v0.9.5'
# https://github.com/kucrut/ttrss-reader/tags.atom
ttrss_reader_version: '1.3.0'
minigalnano_version: 'master'
tt_rss_version: 'master'
apaxy_version: 'master'

0 comments on commit d557f5a

Please sign in to comment.