mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-03 07:37:06 +02:00
Merge pull request 'add password management section, fix Garage links, add GoToSocial as an alternative to Bluesky' (#5) from misc into main
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/5 Reviewed-by: Max <cloudymax@noreply.codeberg.org>
This commit is contained in:
commit
1d0d38cbe9
1 changed files with 13 additions and 6 deletions
19
README.md
19
README.md
|
|
@ -27,6 +27,7 @@ For more information on why we think this list matters, please see [Why not LLMs
|
|||
* [CSS](#css)
|
||||
* [Game Engines](#game-engines)
|
||||
* [Services/Utilities](#servicesutilities)
|
||||
* [Password Management](#password-management)
|
||||
* [File Storage](#file-storage)
|
||||
* [Operating Systems](#operating-systems)
|
||||
* [Social Media](#social-media)
|
||||
|
|
@ -157,11 +158,9 @@ Depending on your needs and technical concerns, you may find any number of diffe
|
|||
|
||||
| Name | Alternative(s) | Evidence |
|
||||
|---|---|---|
|
||||
| [Bluesky](https://bsky.app) | [Mastodon](https://joinmastodon.org/) | [CTO discusses using Claude in development](https://bsky.app/profile/pfrazee.com/post/3luyb3jcbv52d) |
|
||||
| [Bitwarden](https://bitwarden.com/) | | Include [CLAUDE.md](https://github.com/bitwarden/server/blob/main/.claude/CLAUDE.md) |
|
||||
| [Bluesky](https://bsky.app) | [Mastodon](https://joinmastodon.org/), [GoToSocial](https://codeberg.org/superseriousbusiness/gotosocial) | [CTO discusses using Claude in development](https://bsky.app/profile/pfrazee.com/post/3luyb3jcbv52d) |
|
||||
| [Calibre 8.16.2](https://calibre-ebook.com) | [BookLore](https://booklore.org/)<br /> [Clbre](https://github.com/grimthorpe/clbre), a Calibre fork without AI<br /> [Arcalibre](https://codeberg.org/rereading/arcalibre), a Calibre hard-fork from before AI features | [Added "Discuss selected book(s) with AI" feature](https://github.com/kovidgoyal/calibre/blob/master/Changelog.txt)
|
||||
| [Ghost](https://ghost.org/) | [WriteFreely][wfree] | Include configurations for [Claude](https://github.com/TryGhost/Ghost/tree/main/.claude) and [cursor](https://github.com/TryGhost/Ghost/blob/main/.cursor/rules/yarn.mdc); images on website seem generated |
|
||||
| [KeepassXC](https://keepassxc.org/) | | Use Copilot to generate PRs: [Example 1](https://github.com/keepassxreboot/keepassxc/pull/12588), [Example 2](https://github.com/keepassxreboot/keepassxc/pull/12314), [Example 3](https://github.com/keepassxreboot/keepassxc/pull/12199)|
|
||||
| [Wagtail CMS](https://wagtail.org/) | [WriteFreely][wfree] | Include [AGENTS.md](https://github.com/wagtail/wagtail/blob/main/AGENTS.md); [Wagtail AI](https://wagtail.org/wagtail-ai/) |
|
||||
| [WordPress](https://wordpress.org) | [WriteFreely][wfree] | Include [AGENTS.md](https://github.com/WordPress/gutenberg/blob/trunk/AGENTS.md); has [Copilot PRs](https://github.com/WordPress/gutenberg/pull/74449) |
|
||||
|
||||
|
|
@ -169,9 +168,17 @@ Depending on your needs and technical concerns, you may find any number of diffe
|
|||
|
||||
| Name | Alternative(s) | Evidence |
|
||||
|---|---|---|
|
||||
| [MinIO](https://www.min.io/) | [Garage](https://garagehq.deuxfleurs.fr/) | Advertises AI as their primary focus on their website. |
|
||||
| [MinIO](https://www.min.io/) | [Garage] | Advertises AI as their primary focus on their website. |
|
||||
| [Nextcloud](https://nextcloud.com/) | | [✨ Nextcloud Assistant](https://nextcloud.com/assistant/); Nextcloud Desktop has [AGENTS.md](https://github.com/nextcloud/desktop/blob/master/AGENTS.md)|
|
||||
| [SeaweedFS](https://seaweedfs.com/) | [Garage](https://garagehq.deuxfleurs.fr/) for S3 api + [JuiceFS](https://juicefs.com/en/) for the NFS mounts ad K8s CSI driver - or [Rook/Ceph](https://rook.io/) | Using [Gemini and coderabbitai in PRs](https://github.com/seaweedfs/seaweedfs/pull/7996). |
|
||||
| [SeaweedFS](https://seaweedfs.com/) | [Garage] for S3 api + [JuiceFS](https://juicefs.com/en/) for the NFS mounts ad K8s CSI driver - or [Rook/Ceph](https://rook.io/) | Using [Gemini and coderabbitai in PRs](https://github.com/seaweedfs/seaweedfs/pull/7996). |
|
||||
|
||||
#### Password Management
|
||||
|
||||
| Name | Alternative(s) | Evidence |
|
||||
|---|---|---|
|
||||
| [Bitwarden](https://bitwarden.com/) | | Include [CLAUDE.md](https://github.com/bitwarden/server/blob/main/.claude/CLAUDE.md) |
|
||||
| [KeepassXC](https://keepassxc.org/) | | Use Copilot to generate PRs: [Example 1](https://github.com/keepassxreboot/keepassxc/pull/12588), [Example 2](https://github.com/keepassxreboot/keepassxc/pull/12314), [Example 3](https://github.com/keepassxreboot/keepassxc/pull/12199)|
|
||||
|
||||
|
||||
### Operating Systems
|
||||
|
||||
|
|
@ -192,4 +199,4 @@ tktk. Could use some help writing this with concrete receipts on environmental,
|
|||
|
||||
<!-- please put your multi referenced links down here -->
|
||||
[wfree]: https://writefreely.org/
|
||||
[garage]: https://garagehq.deuxfleurs.fr/
|
||||
[Garage]: https://garagehq.deuxfleurs.fr/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue