FiniteSingularity

Results 33 comments of FiniteSingularity

This should be pretty straightforward, and would be quite useful if someone is building a distributable service/app based on TAU.

This looks great! I'm heading out on a trip, but will take a closer look when I get back, and we'll get this merged in ASAP.

**Related Issues and PRs** Issues - [ ] #8 Improve documentation for setup process, specifically for single-container setup. - [ ] #30 Thoughts on additional documentation needs - [x] #41...

Thinking about some smart defaults to simplify the .env file, I think we can simplify the most basic to this: ``` TWITCH_APP_ID= TWITCH_CLIENT_SECRET= TWITCH_WEBHOOK_SECRET= PORT=8000 POSTGRES_PW= DJANGO_DB_PW= DJANGO_SECRET_KEY= ``` The...

Great thoughts! I will definitely look at making the setup docs more clear, keeping these things in mind.

A quick update- there are some pretty significant changes currently being made to the docker/compose setup. These changes should not be breaking for existing installations, but they would greatly simplify...

I just merged in PR #39 , to which I added a heavily commented/documented .env_sample file, and greatly reduced the number of environment variables that need to be set to...

@bdougie - We have added some more detailed (and hopefully easier to follow) documentation for setting up a local instance of TAU. You can see the docs here: https://github.com/Team-TAU/tau/blob/main/docs/deployment/local.md ....

Sounds like a great enhancement.

Taking a look at Heptagram (and correct me if I am wrong on any of this), "merging" the TAU code with it would be difficult, as first and foremost, Heptagram...