- Timestamp:
- Feb 19, 2018, 2:13:11 AM (3 years ago)
- Branches:
- ansible, keycloak, master, matrix, pleroma
- Children:
- c22d151e
- Parents:
- 02923404
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TODO.md
r02923404 r50c4a0fe 2 2 - Shorten the merry dance of simlinks involved in the location of mediawiki's LocalSettings.php file (which involves allowing the execution of php code in several directories that might otherwise be sensible to keep out of php-fpm's path, like /etc/mediawiki) 3 3 - Have each role create its own webroot directory, or at least pass owner, group and mode as variables to the nginx role's "configure-nginx-website.yml" playbook. This would avoid having to fix webroot permissions for roles that use php-fpm(e.g. ttrss, mediawiki). 4 - Some roles that require nginx (git/znc/ipsilon) require no webroot directory because they simply use nginx to proxy requests to other processes, so it may be better to have the roles that need one create them 4 5 - Move mastodon's webroot from /home/mastodon/live to /var/www/mastodon for consistency. 5 6 - Fix the "include" deprecation warnings.
Note: See TracChangeset
for help on using the changeset viewer.