We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of the upcoming 0.8.0 release of POSM (via posm/[email protected]), the admin sidebar does not include links to "admin" functionality by default.
To access general-purpose admin functionality (backups at the moment), go directly to http://posm.io/posm/admin.
To access network settings, go directly to http://posm.io/posm/settings.
To include links to admin functionality, edit /opt/posm-www/config.json and remove "showAdmin": false,.
/opt/posm-www/config.json
"showAdmin": false,
Alternately, set posm_show_admin=true in kickstart/etc/settings prior to installation (only relevant when installing from source).
posm_show_admin=true
kickstart/etc/settings
The text was updated successfully, but these errors were encountered:
@mojodna, could you alternatively set "showAdmin": true,?
"showAdmin": true,
Sorry, something went wrong.
nvm, needed to read the next line.
2653de3
No branches or pull requests
As of the upcoming 0.8.0 release of POSM (via posm/[email protected]), the admin sidebar does not include links to "admin" functionality by default.
To access general-purpose admin functionality (backups at the moment), go directly to http://posm.io/posm/admin.
To access network settings, go directly to http://posm.io/posm/settings.
To include links to admin functionality, edit
/opt/posm-www/config.json
and remove"showAdmin": false,
.Alternately, set
posm_show_admin=true
inkickstart/etc/settings
prior to installation (only relevant when installing from source).The text was updated successfully, but these errors were encountered: