Skip to content

Commit

Permalink
Add grantPrivilege to most packages to handle #825
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Bean committed Feb 1, 2014
1 parent 7964268 commit 1858085
Show file tree
Hide file tree
Showing 27 changed files with 55 additions and 27 deletions.
4 changes: 3 additions & 1 deletion spk/cops/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"icon": "images/cops-{0}.png",
"protocol": "http",
"url": "/cops",
"port": "80"
"port": "80",
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/couchpotatoserver/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/couchpotatoserver-{0}.png",
"type": "url",
"url": "3rdparty/couchpotatoserver/couchpotatoserver.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/deluge/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/deluge-{0}.png",
"type": "url",
"url": "3rdparty/deluge/deluge.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/ejabberd/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": "http",
"port": "5280",
"url": "/admin",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/fengoffice/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": "http",
"port": "80",
"url": "/fengoffice",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/full-text-rss/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": "http",
"port": "80",
"url": "/full-text-rss",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/headphones/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/headphones-{0}.png",
"type": "url",
"url": "3rdparty/headphones/headphones.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/horde/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": "http",
"port": 80,
"url": "/horde",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/jappix/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": "http",
"port": "80",
"url": "/jappix",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/lazylibrarian/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/lazylibrarian-{0}.png",
"type": "url",
"url": "3rdparty/lazylibrarian/lazylibrarian.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/mantisbt/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": "http",
"port": "80",
"url": "/mantisbt",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/maraschino/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/maraschino-{0}.png",
"type": "url",
"url": "3rdparty/maraschino/maraschino.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/mylar/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/mylar-{0}.png",
"type": "url",
"url": "3rdparty/mylar/mylar.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/nzbmegasearch/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": "http",
"port": "8086",
"url": "/",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/oscam/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/oscam-{0}.png",
"type": "url",
"url": "3rdparty/oscam/oscam.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/owncloud/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": "http",
"port": "80",
"url": "/owncloud",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/roundcube/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": "http",
"port": "80",
"url": "/roundcube",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/rutorrent/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": "http",
"port": "80",
"url": "/rutorrent",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/sabnzbd/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/sabnzbd-{0}.png",
"type": "url",
"url": "3rdparty/sabnzbd/sabnzbd.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/selfoss/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": "http",
"port": "80",
"url": "/selfoss",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/sickbeard/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/sickbeard-{0}.png",
"type": "url",
"url": "3rdparty/sickbeard/sickbeard.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/squidguard/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/icon{0}.png",
"type": "url",
"url": "3rdparty/squidguard/squidguardmgr.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/transmission/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/transmission-{0}.png",
"type": "url",
"url": "3rdparty/transmission/transmission.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/tt-rss/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": "http",
"port": "80",
"url": "/tt-rss",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/tvheadend/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/tvheadend-{0}.png",
"type": "url",
"url": "3rdparty/tvheadend/tvheadend.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/umurmur/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/umurmur-{0}.png",
"type": "url",
"url": "3rdparty/umurmur/umurmur.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}
3 changes: 2 additions & 1 deletion spk/znc/src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "images/znc-{0}.png",
"type": "url",
"url": "3rdparty/znc/znc.cgi",
"allUsers": true
"allUsers": true,
"grantPrivilege": "local"
}
}
}

0 comments on commit 1858085

Please sign in to comment.