mirror of
https://github.com/stashapp/stash.git
synced 2026-05-07 12:00:24 +02:00
Add architecture section
This commit is contained in:
parent
443de78260
commit
2c8a0ad192
1 changed files with 18 additions and 5 deletions
23
README.md
23
README.md
|
|
@ -9,7 +9,7 @@
|
|||
[](https://github.com/stashapp/stash/releases/latest)
|
||||
[](https://github.com/stashapp/stash/labels/bounty)
|
||||
|
||||
### **Stash is a self-hosted webapp written in Go which organizes and serves your diverse content collection, catering to both your SFW and NSFW needs.**
|
||||
<h3>Stash is a self-hosted webapp written in Go which organizes and serves your diverse content collection, catering to both your SFW and NSFW needs.</h3>
|
||||
|
||||

|
||||
|
||||
|
|
@ -28,12 +28,12 @@ For further information you can consult the [documentation](https://docs.stashap
|
|||
Step-by-step instructions are available at [docs.stashapp.cc/installation](https://docs.stashapp.cc/installation/).
|
||||
|
||||
> [!important]
|
||||
>**Windows Users**
|
||||
> **Windows Users**
|
||||
>
|
||||
>As of version 0.27.0, Stash no longer supports _Windows 7, 8, Server 2008 and Server 2012._
|
||||
>At least Windows 10 or Server 2016 is required.
|
||||
> As of version 0.27.0, Stash no longer supports _Windows 7, 8, Server 2008 and Server 2012._
|
||||
> At least Windows 10 or Server 2016 is required.
|
||||
>
|
||||
>**macOS Users**
|
||||
> **macOS Users**
|
||||
>
|
||||
> As of version 0.29.0, Stash requires _macOS 11 Big Sur_ or later.
|
||||
> Stash can still be run through docker on older versions of macOS.
|
||||
|
|
@ -105,6 +105,19 @@ Need help or want to get involved? Start with the documentation, then reach out
|
|||
- [Themes](https://docs.stashapp.cc/themes/)
|
||||
- [Other projects](https://docs.stashapp.cc/other-projects/)
|
||||
|
||||
# Architecture
|
||||
|
||||
## Backend
|
||||
|
||||
- Go
|
||||
- GraphQL API
|
||||
- SQLite
|
||||
|
||||
## Frontend
|
||||
|
||||
- React
|
||||
- TypeScript
|
||||
|
||||
# For Developers
|
||||
|
||||
Pull requests are welcome!
|
||||
|
|
|
|||
Loading…
Reference in a new issue