Skip to content

Commit

Permalink
Update release & README
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Aug 6, 2023
1 parent 37d9ed3 commit 61ce600
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
branches: [ main ]
push:
branches: [ main ]
workflow_dispatch:
paths:
- .dockerignore
- .github/workflows/release.yml
- Dockerfile
- requirements.txt
- BookingSystem/**


jobs:
release:
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Feide Utstyrbase
For Vågen VGS, might be possible to use for other schools with some modifications - for now this fits our needs, but will most likely not fit yours.
For Vågen VGS, might be possible to use for other schools with some modifications - for now this fits our needs, but will most likely not fit yours. (Work in progress, this is NOT plug and play)

## Setup
README coming soon.
Proper README coming soon.

- Register app at Dataporten
- Set callback url to `https://<your-domain>/login/feide/callback`
Expand All @@ -29,4 +29,6 @@ Some endpoints can be accessed without login using the specified `?token=<token>
- [ ] Move to a proper database?
- [ ] Tests
- [ ] Documentation
- [ ] Docker
- [ ] Docker
- [ ] Better README
- [ ] Code cleanup / refactoring, it's a bit inconsistent right now.

0 comments on commit 61ce600

Please sign in to comment.