https://github.com/osify/owncambo
ownCloud branding - Sample Theme
https://github.com/osify/owncambo
Last synced: 5 days ago
JSON representation
ownCloud branding - Sample Theme
- Host: GitHub
- URL: https://github.com/osify/owncambo
- Owner: osify
- Created: 2014-06-26T07:23:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T09:55:30.000Z (over 11 years ago)
- Last Synced: 2025-10-29T23:20:40.487Z (8 months ago)
- Language: PHP
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ownCloud - Custom Theme (ownCambo)
##################################
Read how to create theme of ownCloud at: https://github.com/owncloud/themes
The template here is replacing the graphic.
Structure - ownCambo
##################################
````````````
+
+-design
+-owncloud/themes/
ownCambo
+---core
� +---css
� � +---images
� +---img
� +---actions
� +---filetypes
� +---places
� +---rating
+---settings
+---templates
````````````
The folder:
- "design" is about the resource that we need to change
- Place the logos you change in folder: ownCambo/core/img
- To convert your logo to format SVG, please use Adobe Illustrator
Settings file: config.php
````````
'XXXX',
'passwordsalt' => 'XXX',
'trusted_domains' =>
array (
0 => 'owncloud.loc',
),
'datadirectory' => '/home/owncloud',
'dbtype' => 'mysql',
'version' => '7.0.3.4',
'dbname' => 'owndb',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'root',
'dbpassword' => '',
'installed' => true,
'theme' => 'ownCambo',
'maintenance' => false,
'share_folder' => '/Shared',
);
````````
Change logs
##################################
ownCloud 2.0-beta
- ownCloud version 7.0.x
- Update background to green style
ownCloud 1.0
- ownCloud version 6.x