https://github.com/christianhering/usuite
A fully modular nextcloud replacement for home use
https://github.com/christianhering/usuite
go golang modular self-hosted website
Last synced: 29 days ago
JSON representation
A fully modular nextcloud replacement for home use
- Host: GitHub
- URL: https://github.com/christianhering/usuite
- Owner: ChristianHering
- License: gpl-3.0
- Created: 2022-04-17T22:00:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T16:12:51.000Z (about 4 years ago)
- Last Synced: 2025-02-26T20:13:42.161Z (over 1 year ago)
- Topics: go, golang, modular, self-hosted, website
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
uSuite
===========
uSuite is a simple and somewhat [suckless](https://suckless.org/) nextcloud replacement intended for home use.
It provides:
* A database free webapp
* A lightweight core for writing extensions
Table of Contents:
* [About](#about)
* [Installing and Compiling from Source](#installing-and-compiling-from-source)
* [Contributing](#contributing)
* [License](#license)
About
-----
This project doesn't really do much. It does file based user authentication, session management, and provides a simple 'hands off' API for building extensions.
Currently, there are no extensions availible for uSuite.
Installing and Compiling from Source
------------
Since uSuite is source based, you're going to need the following in order to compile it:
* [Go](https://golang.org) installed and [configured](https://golang.org/doc/install)
* Any extensions you want already merged into uSuite
* A little patience :)
Contributing
------------
Contributions are always welcome. If you're interested in contributing, send me an email or submit a PR.
License
-------
This project is currently licensed under GPLv3. This means you may use our source for your own project, so long as it remains open source and is licensed under GPLv3.
Please refer to the [license](/LICENSE) file for more information.