721c090198
- dockerhub free team accounts will be deleted in < 30 days (https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/), this affects the Shaarli team account - automated builds will keep pushing latest builds to dockerhub in addition to gchr.io, until the account is deleted - **users relying on `shaarli/shaarli` OCI images are advised to migrate to `ghcr.io/shaarli/shaarli` as soon as possible** - existing tagged images have been copied from https://hub.docker.com/r/shaarli/shaarli/ to https://github.com/shaarli/Shaarli/pkgs/container/shaarli/versions?filters%5Bversion_type%5D=tagged - prepend `ghcr.io/` to all references to OCI images - update all references to dockerhub -> github packages registry, update developer documentation, cleanup dead links - ref. https://github.com/shaarli/Shaarli/issues/1948
32 lines
1.7 KiB
Markdown
32 lines
1.7 KiB
Markdown
![Shaarli logo](doc/md/images/doc-logo.png)
|
|
|
|
The personal, minimalist, super-fast, database free, bookmarking service.
|
|
|
|
_Do you want to share the links you discover?_
|
|
_Shaarli is a minimalist link sharing service that you can install on your own server._
|
|
_It is designed to be personal (single-user), fast and handy._
|
|
|
|
[![](https://img.shields.io/badge/stable-v0.11.1-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1)
|
|
[![](https://img.shields.io/badge/latest-v0.12.1-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.12.1)
|
|
[![](https://img.shields.io/badge/master-v0.12.x-blue.svg)](https://github.com/shaarli/Shaarli)
|
|
[![](https://github.com/shaarli/Shaarli/actions/workflows/ci.yml/badge.svg)](https://github.com/shaarli/Shaarli/actions)
|
|
[![Join the chat at https://gitter.im/shaarli/Shaarli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shaarli/Shaarli)
|
|
[![Bountysource](https://www.bountysource.com/badge/team?team_id=19583&style=bounties_received)](https://www.bountysource.com/teams/shaarli/issues)
|
|
[![Docker repository](https://img.shields.io/docker/pulls/shaarli/shaarli.svg)](https://github.com/shaarli/Shaarli/pkgs/container/shaarli)
|
|
|
|
## Quickstart
|
|
|
|
- [Documentation](https://shaarli.readthedocs.io)
|
|
- [Change log](CHANGELOG.md)
|
|
- [Bugs/Feature requests/Discussion](https://github.com/shaarli/Shaarli/issues/)
|
|
|
|
### Demo
|
|
|
|
You can use this [public demo instance of Shaarli](https://demo.shaarli.org).
|
|
It runs the latest development version of Shaarli and is updated/reset daily.
|
|
|
|
Login: `demo`; Password: `demo`
|
|
|
|
### License
|
|
|
|
Shaarli is [Free Software](http://en.wikipedia.org/wiki/Free_software). See [COPYING](COPYING) for a detail of the contributors and licenses for each individual component.
|