diff options
author | oof2win2 <honza.koco44@gmail.com> | 2021-06-08 19:10:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 19:10:21 +0000 |
commit | 3a8e0abd005b1fadd14f3cd16a579ea101dc207a (patch) | |
tree | 35b8e1b8cdbb6442e7794e02b9937ce7a84eb4a9 /Makefile | |
parent | Added dogbin demo (diff) | |
parent | Added dpaste (diff) | |
download | awesome-selfhosted-3a8e0abd005b1fadd14f3cd16a579ea101dc207a.tar.gz awesome-selfhosted-3a8e0abd005b1fadd14f3cd16a579ea101dc207a.zip |
Merge branch 'master' into master
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/make -f SHELL = /bin/bash -AWESOME_BOT_OPTIONS = "--allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps,flaskbb.org" +AWESOME_BOT_OPTIONS = --allow-redirect --skip-save-results --allow 202 --white-list flaskbb.org,nitter.net,airsonic.github.io/docs/apps all: check_all |