shaark/readme.md

95 lines
4.3 KiB
Markdown
Raw Permalink Normal View History

2019-11-06 11:51:25 +00:00
<p align="center">
<img width="256" height="256" src="https://raw.githubusercontent.com/MarceauKa/shaark/dev/public/images/logo-shaark.png" alt="Logo Shaark" />
2019-11-06 11:51:25 +00:00
</p>
2019-08-22 19:12:37 +01:00
**Shaark is a self-hosted platform to keep and share your content: web links, posts, passwords and pictures.**
2019-09-02 17:15:52 +01:00
2019-11-05 15:59:20 +00:00
All of your data can be **private, public or both** and can be browsed by **tags** or **all-in-one search**.
2019-08-27 16:30:51 +01:00
2020-01-06 20:03:54 +00:00
**Shaark** is production ready, inspired by [Shaarli](https://github.com/shaarli/Shaarli), built with [Laravel](https://github.com/laravel/laravel) and [Vue.js](https://vuejs.org/).
2019-08-26 20:40:28 +01:00
2020-12-30 16:45:59 +00:00
📌 [Roadmap for the next version](https://github.com/MarceauKa/shaark/issues/96) is available, we'd like to hear your feedback!
2020-12-29 20:42:16 +00:00
2019-09-02 17:15:52 +01:00
## Summary
2019-11-23 14:14:27 +00:00
[Features](#features) / [Demo](#demo) / [Documentation](#documentation) / [Contribute](#contribute) / [Security](#security) / [Tests](#tests) / [Licence](#licence)
2019-09-02 17:15:52 +01:00
2019-08-26 20:40:28 +01:00
## Features
- [x] Links : to keep your bookmarks (with health-checks)
- [x] Stories : posts with markdown flavored content
- [x] Chests : to save your passwords
2019-11-05 15:59:20 +00:00
- [x] Albums : to host your pictures
2019-11-06 17:50:18 +00:00
- [x] Rapid sharing extension and **P**rogressive **W**eb **A**pp
2020-01-06 20:03:54 +00:00
- [x] Tagging system, walls, search and RSS feeds
2019-10-22 16:35:10 +01:00
- [x] Private content or entirely private (with temp sharing)
- [x] Theming (dark mode, background)
2020-04-09 18:44:16 +01:00
- [x] i18n (🇬🇧, 🇫🇷, 🇩🇪, 🇯🇵 and 🇳🇱)
- [x] [Archiving](https://github.com/MarceauKa/shaark/blob/dev/documentation/archiving.md) (as pdf, as media)
- [x] DB encryption, 2-FA, Multi-users, [backup](https://github.com/MarceauKa/shaark/blob/dev/documentation/backup.md)
2019-08-26 20:40:28 +01:00
2019-10-04 16:12:44 +01:00
## Demo
2019-08-26 20:40:28 +01:00
![Homepage](/resources/screenshots/home.jpg?raw=true "Homepage")
2019-08-26 20:40:28 +01:00
A public demo is available at [https://shaark.mka.ovh](https://shaark.mka.ovh). Credentials are **shaark@example.com** and **secret**.
2019-10-04 16:12:44 +01:00
This demo is resetted hourly.
2019-11-23 14:14:27 +00:00
## Documentation
2019-08-22 19:12:37 +01:00
2019-11-23 14:14:27 +00:00
- [Installation](https://github.com/MarceauKa/shaark/blob/dev/documentation/installation.md): How to install Shaark
- [Troubleshooting](https://github.com/MarceauKa/shaark/blob/dev/documentation/troubleshooting.md): Common issues
- [Changelog](https://github.com/MarceauKa/shaark/blob/dev/changelog.md): Extensive changelog
- [Archiving](https://github.com/MarceauKa/shaark/blob/dev/documentation/archiving.md): How to run PDF and Media archiving
- [Backup](https://github.com/MarceauKa/shaark/blob/dev/documentation/backup.md): How to set up automatic backup
- [Comments](https://github.com/MarceauKa/shaark/blob/dev/documentation/comments.md): How comment system work
- [Dependencies](https://github.com/MarceauKa/shaark/blob/dev/documentation/dependencies.md): Dependencies used by Shaark
2019-10-22 20:53:25 +01:00
## Contribute
### Features and bugs
All contributions are welcome! Please use the `dev` branch for your pull requests.
If you make changes to JS, don't compile assets in production, I'll manually compile them when merging for security reasons.
### Translation
2020-04-09 18:44:16 +01:00
Shaark is actually available in 🇬🇧, 🇫🇷, 🇩🇪, 🇯🇵 and 🇳🇱. Feel free to make a pull request to add or update a localization.
2020-03-01 16:42:35 +00:00
You can see laravel base localizations [on this repo](https://github.com/caouecs/Laravel-lang).
2019-10-22 20:53:25 +01:00
2019-09-26 15:22:35 +01:00
## Security
2019-10-22 20:53:25 +01:00
If you find any **security issues**, please send me an email (can be found in composer.json).
2019-09-26 15:22:35 +01:00
### Global privacy
If you don't want your content being publicy accessible, you can update this preference once application is installed from settings section.
2019-09-26 15:22:35 +01:00
### 2-FA
You're able to active 2-FA (2 factors authentication). By default 2-FA is disabled but you can update it from your app settings.
2019-09-26 15:22:35 +01:00
Code length and code expiration are also configurable. **Test if you application can send emails before enabling this feature**.
### Auth monitoring
2019-09-26 15:22:35 +01:00
Shaark logs all successful and failed auths with their associated devices.
2019-08-26 21:14:09 +01:00
2019-09-30 12:47:18 +01:00
### Chests encryption
2019-10-10 14:02:10 +01:00
Since `1.2.9`, all chests data are encrypted in your database using AES-256-CBC and your app key.
### Multi-users
Others users can be admin or non-admin. Admin users are like the main user and have an access to the entire content.
Non-admin users can't access the settings section and can only see their own private content.
2019-09-30 12:47:18 +01:00
## Tests
1. Be sure to have a testing database with `touch database/testing.sqlite` and have composer `require-dev` dependencies installer.
2. Run testing server `php artisan serve --env=testing`.
3. Run tests ```php artisan dusk --env=testing```
## Licence
MIT