diff options
author | Habeas Codice <habeascodice@federated.social> | 2015-05-26 00:21:08 -0700 |
---|---|---|
committer | Habeas Codice <habeascodice@federated.social> | 2015-05-26 00:21:08 -0700 |
commit | bd25f8577f812f02a054d7b9b2e3c7b28e6852b6 (patch) | |
tree | 40aafc52e18ce2cd3d968c49b432a92d168d2736 /doc | |
parent | 06eae98e53e7ac781a64eff4a85e793969124ad7 (diff) | |
download | volse-hubzilla-bd25f8577f812f02a054d7b9b2e3c7b28e6852b6.tar.gz volse-hubzilla-bd25f8577f812f02a054d7b9b2e3c7b28e6852b6.tar.bz2 volse-hubzilla-bd25f8577f812f02a054d7b9b2e3c7b28e6852b6.zip |
add ability to change existing channel/account service class with
util/service_class
add link from main doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/main.bb | 1 | ||||
-rw-r--r-- | doc/service_classes.bb | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/main.bb b/doc/main.bb index 8c28ccce2..1d323b918 100644 --- a/doc/main.bb +++ b/doc/main.bb @@ -44,6 +44,7 @@ Zot is the great new communicaton protocol invented especially for the $Projectn [zrl=[baseurl]/help/troubleshooting]Troubleshooting Tips[/zrl]
[zrl=[baseurl]/help/hidden_configs]Tweaking $Projectname's Hidden Configurations[/zrl]
[zrl=[baseurl]/help/faq_admins]FAQ For Admins[/zrl]
+[zrl=[baseurl]/help/service_classes]Service Classes[/zrl]
[size=large][b]Technical Documentation[/b][/size]
[zrl=[baseurl]/help/history]$Projectname history[/zrl]
diff --git a/doc/service_classes.bb b/doc/service_classes.bb index a36ec1021..e5d4ecfad 100644 --- a/doc/service_classes.bb +++ b/doc/service_classes.bb @@ -18,6 +18,12 @@ list the services that are part of 'firstclass' service class [code]util/service_class firstclass photo_upload_limit 10000000[/code] set firstclass total photo disk usage to 10 million bytes +[code]util/service_class --account=5 firstclass[/code] +set account id 5 to service class 'firstclass' (with confirmation) + +[code]util/service_class --channel=blogchan firstclass[/code] +set the account that owns channel 'blogchan' to service class 'firstclass' (with confirmation) + [b]current limits[/b] photo_upload_limit - maximum total bytes for photos total_items - maximum total toplevel posts |