https://github.com/jgmdev/fossilize
A small php script to manage fossil repositories hosted on a web server.
https://github.com/jgmdev/fossilize
Last synced: 9 months ago
JSON representation
A small php script to manage fossil repositories hosted on a web server.
- Host: GitHub
- URL: https://github.com/jgmdev/fossilize
- Owner: jgmdev
- Created: 2013-10-26T16:06:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-27T19:50:48.000Z (over 12 years ago)
- Last Synced: 2025-04-03T08:04:54.588Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 273 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fossilize
=========
A small php script to manage [fossil](http://www.fossil-scm.org)
repositores hosted on a web server.
###Motivation
Have a personal cloud of fossil repositories that can be accessed
remotely as keep them on a place that has scheduled backups. Also
have a better fossil skin that is responsive by using bootstrap.
###Installation
To install adjust repos.cgi and repos.php to match your settings. You
may also need to modify the .htaccess file to meet your needs.
###Setting files
We ship 2 default set of settings:
* private_settings.fossil
* public_settings.fossil
Basically these 2 files are fossil repositories with predefined
permissions and bootstrap skin that seamlessly adjust to repos.php
script. When you add a new repo and select private the private fossil
repo is used as a template for your newly created repo. The same
applies for public. If you select default then none of this templates
is used as a base.
The default username and password for these 2 fossil repositories is:
username: user
password: user
###Screenshots
* [List of repositories](//raw.github.com/jgmdev/fossilize/master/screenshots/repositories-list.png)
* [List of repositories in mobile mode](//raw.github.com/jgmdev/fossilize/master/screenshots/repositories-mobile.png)
* [Add repository](//raw.github.com/jgmdev/fossilize/master/screenshots/repositories-add.png)
* [Fossil Bootstrap skin](//raw.github.com/jgmdev/fossilize/master/screenshots/fossil-skin-bootstrap.png)
* [Fossil Bootstrap skin mobile](//raw.github.com/jgmdev/fossilize/master/screenshots/fossil-skin-bootstrap-mobile.png)