DEVELOPMENT ENVIRONMENT

~liljamo/tixe

ref: aa4ffd5f5c60de5710703f6dd6bd18fcabd6a0e1 tixe/README.md -rw-r--r-- 566 bytes
aa4ffd5fJonni Liljamo feat: make docker build cache deps builds 1 year, 29 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Tixë
Bookmarking / link organizing application.

## Installation and configuration
An example docker compose file is provided.

### OIDC
Tested and in use with self-hosted Authelia.

Todo... Provide some docs here, and examples. Maybe even try with other services
as OIDC providers, and give generic guides for those. Though that might be for
the man page (man.src.quest).

## Todo / Ideas
 * Configurable OIDC group that the user has to be in, in order to use the service.

## Dev
### Tailwind
```bash
tailwindcss -i input.css -o ./static/styles.css --watch
```