Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ducks.party instance, set hostname for redis container #36

Merged
merged 2 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
# Ignore to disable the cache
#
# [cache]
# url =
# If you are using Docker Compose, set the URL to the Redis container like this:
# url = "redis://redis:6379"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# url = "redis://redis:6379"
# url = "redis://priviblur-redis:6379"


# Number of seconds to cache poll results from active polls
# cache_active_poll_results_for = 3600
Expand Down Expand Up @@ -65,4 +66,4 @@

# [misc]
# # Enable sanic's dev mode
# dev_mode = false
# dev_mode = false
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
priviblur-redis:
image: redis:6.2-alpine
container_name: priviblur-redis
hostname: redis
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't do that.

command: redis-server --loglevel warning
volumes:
- priviblur-redis:/data
Expand All @@ -26,4 +27,4 @@ services:
- ALL

volumes:
priviblur-redis:
priviblur-redis:
2 changes: 1 addition & 1 deletion instances.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|-|-|-|-|-|
|[pb.bloat.cat](https://pb.bloat.cat)|https|Romania|No|No|
|[tb.opnxng.com](https://tb.opnxng.com)|https|Singapore|No|No|

|[priviblur.ducks.party](https://priviblur.ducks.party)|https|Germany|No|No|
### Rules
- Your instance must not be more than a month out of date compared with either the latest commit or latest release.
- If your instance is modified, you must disclose the source in some prominent way within Priviblur and clearly state that it has been modified