Skip to content

Commit

Permalink
Update project status
Browse files Browse the repository at this point in the history
  • Loading branch information
simhnna committed Oct 31, 2024
1 parent d91c4b9 commit ae8e80b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Explain the problem and include additional details to help reproduce the problem
* **Explain which behavior you expected to see instead and why.**
* **Include screenshots** if you think they are helpful
* **If you're reporting that an unhandled exception**, include a stack trace. If it's rather small, include it in the issue itself. Otherwise please attach it as a file or paste the content to some pasting service like [dpaste](https://dpaste.de)
* **Can you reproduce the problem in the [demo](https://demo.silverstrike.org)?**

### Translation

Expand Down
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@

Webapp based on Django to manage personal finances

## Demo
There is a [demo](https://demo.silverstrike.org/) available.
It is regularly updated from the master branch.

> [!NOTE]
> Current status: I've moved on to managing my finances using a simplified workflow and am no longer actively using or developing Silverstrike.
>
> I will continue keeping it compatible to current or at least LTS releases of django but won't be adding any features.
> I'll be accepting merge requests and if somebody wants to continue working on it I'm open to transfering the project over eventually.

## Get SilverStrike running on your machine

Expand Down Expand Up @@ -34,10 +38,3 @@ If you speak languages other than english, you are welcome to help translate Sil
If nothing of the above suits you, you can still contribute by opening issues about defects and things that could be improved or request entirely new features that you think would help others.

More information can be found [here](https://github.com/agstrike/silverstrike/blob/master/CONTRIBUTING.md).

## Branding

SilverStrike is derived from the German name Silberschlag. Silberschlag is the name of a crater on the moon which is named after a German Scientist.

SilverStrike is abbreviated as AgStrike or simply AgS. SilverStrike is pronounced AgS or SilverStrike.
An alternative way of writing SilverStrike is `silverstrike` with no capital letters. Abbreviations have to be written as mentioned here.
2 changes: 1 addition & 1 deletion deploy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
server {
listen 80;

server_name demo.silverstrike.org;
server_name example.org;

# set the maximum body size (relevant for csv uploads)
client_max_body_size 10M;
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ services:
- DATABASE_URL=sqlite:////data/db.sqlite3
# - DATABASE_URL=mysql://agsuser:agspassword@mariadb/agsdb
# - DATABASE_URL=postgres://agsuser:rootpassword@postgresdb/agsdb
- ALLOWED_HOST=demo.silverstrike.org
- CSRF_TRUSTED_ORIGIN=https://demo.silverstrike.org
- ALLOWED_HOST=example.com
- CSRF_TRUSTED_ORIGIN=https://example.com
ports:
- "21000:8000"
volumes:
Expand Down

0 comments on commit ae8e80b

Please sign in to comment.