marceauka / shaark
Your place to archive your links, stories, passwords and archive your content.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 579
Watchers: 23
Forks: 59
Open Issues: 25
Type:project
Requires
- php: ^7.2
- doctrine/dbal: ^2.10
- fideloper/proxy: ^4.4
- fzaninotto/faker: ^1.9
- guzzlehttp/guzzle: ^6.5
- hashids/hashids: ^3.0
- lab404/laravel-auth-checker: ^1.6
- laravel/framework: ^6.20
- laravel/scout: ^7.2
- laravel/tinker: ^1.0
- maatwebsite/excel: ^3.1
- mews/captcha: ^3.2
- nesk/puphpeteer: ^1.6
- norkunas/youtube-dl-php: ^1.6
- predis/predis: ^1.1
- spatie/laravel-backup: ^6.11
- spatie/laravel-medialibrary: ^7.19
- spatie/valuestore: ^1.2
- symfony/dom-crawler: ^4.4
- symfony/translation: 4.3.8
- teamtnt/laravel-scout-tntsearch-driver: ^7.2
Requires (Dev)
- facade/ignition: ^1.16
- laravel/dusk: ^5.11
- mockery/mockery: ^1.4
- nunomaduro/collision: ^3.1
- phpunit/phpunit: ^8.5
Provides
- ext-imagick: *
- dev-dev
- 1.2.44
- 1.2.43
- 1.2.42
- 1.2.41
- 1.2.40
- 1.2.39
- 1.2.38
- 1.2.37
- 1.2.36
- 1.2.35
- 1.2.34
- 1.2.33
- 1.2.32
- 1.2.31
- 1.2.30
- 1.2.29
- 1.2.28
- 1.2.27
- 1.2.26
- 1.2.25
- 1.2.24
- 1.2.23
- 1.2.22
- 1.2.21
- 1.2.20
- 1.2.19
- 1.2.18
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.0
- dev-next
- dev-master
This package is auto-updated.
Last update: 2024-10-19 15:42:57 UTC
README
Shaark is a self-hosted platform to keep and share your content: web links, posts, passwords and pictures.
All of your data can be private, public or both and can be browsed by tags or all-in-one search.
Shaark is production ready, inspired by Shaarli, built with Laravel and Vue.js.
📌 Roadmap for the next version is available, we'd like to hear your feedback!
Summary
Features / Demo / Documentation / Contribute / Security / Tests / Licence
Features
- Links : to keep your bookmarks (with health-checks)
- Stories : posts with markdown flavored content
- Chests : to save your passwords
- Albums : to host your pictures
- Rapid sharing extension and Progressive Web App
- Tagging system, walls, search and RSS feeds
- Private content or entirely private (with temp sharing)
- Theming (dark mode, background)
- i18n (🇬🇧, 🇫🇷, 🇩🇪, 🇯🇵 and 🇳🇱)
- Archiving (as pdf, as media)
- DB encryption, 2-FA, Multi-users, backup
Demo
A public demo is available at https://shaark.mka.ovh. Credentials are shaark@example.com and secret. This demo is resetted hourly.
Documentation
- Installation: How to install Shaark
- Troubleshooting: Common issues
- Changelog: Extensive changelog
- Archiving: How to run PDF and Media archiving
- Backup: How to set up automatic backup
- Comments: How comment system work
- Dependencies: Dependencies used by Shaark
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
Shaark is actually available in 🇬🇧, 🇫🇷, 🇩🇪, 🇯🇵 and 🇳🇱. Feel free to make a pull request to add or update a localization. You can see laravel base localizations on this repo.
Security
If you find any security issues, please send me an email (can be found in composer.json).
Global privacy
If you don't want your content being publicy accessible, you can update this preference once application is installed from settings section.
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. Code length and code expiration are also configurable. Test if you application can send emails before enabling this feature.
Auth monitoring
Shaark logs all successful and failed auths with their associated devices.
Chests encryption
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.
Tests
- Be sure to have a testing database with
touch database/testing.sqlite
and have composerrequire-dev
dependencies installer. - Run testing server
php artisan serve --env=testing
. - Run tests
php artisan dusk --env=testing
Licence
MIT