Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

170 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pico for ownCloud

Pico for ownCloud is an app, allowing users to designate any folder in their Nexcloud folder as site folder and have it served by Pico.

Install

  • Place files_picocms in your app folder.
  • Copy the folder samplesite to the folder of some user (it will be shared with users)
  • Set the uid of this user in the app settings
  • If necessary, modify the copied file samplesite/themes/default/fontello.css: Change url('/apps/files_picocms/lib/samplesite/themes/default/font/fontello.eot?13793670'); etc. to match your webroot, e.g. to url('/owncloud/apps/files_picocms/lib/samplesite/themes/default/font/fontello.eot?13793670');
  • Set up your web server to redirect '/sites/some_site' to '/apps/files_picocms?site=some_site', via the two mod_rewrite rules:
RewriteRule ^sites/([^/]*)/(.*) /apps/files_picocms?site=$1&path=$2 [QSA,L]
RewriteRule ^sites/([^/]*) /apps/files_picocms?site=$1 [QSA,L]

If your ownCloud is running under e.g. /owncloud, modify accordingly.

About

Pico CMS app for ownCloud/Nextcloud

Resources

Stars

8 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages