mysocialgogl.blogg.se

Reddit defaults
Reddit defaults













reddit defaults

Defaults to falseīoolean Recommended to be true when using https. Defaults to trueīoolean If this is set to true, view template compilation caching is enabled. Defaults to falseīoolean If set to true, Teddit will use the (Node.js compression middleware) to compress HTTP requests with deflate/gzip. Defaults to falseīoolean Sets whether to force redirection from HTTP to HTTPS. Defaults to 0.0.0.0īoolean Sets whether or not to enable HTTPS for Teddit. Sets the address Teddit listens for requests on. Sets the redis host location, if required. If disabled, does not allow for any caching of Reddit API calls. Defaults to falseĮnables video playback within Teddit. Defaults to trueįorce HTTPS to Teddit API s (see #285). Might increase loads significantly on your instance.

reddit defaults

Defaults to trueĮnables controversial comments to be indicated by a typographical dagger (†). Defaults to autoĮnables the rendering of user and link flairs on Teddit. Options are auto, dark, sepia, or you can set white by setting the variable to empty ( '' ). No trailing slash.Īutomatically theme the user's browser experience. Defaults to falseĭefines location of certificates if using HTTPS (i.e. If false, Teddit uses Reddit's public API. Defaults to 127.0.0.1īoolean If true, "reddit_app_id" must be set with your own Reddit app ID. Variableĭefines URL for Teddit to use (i.e. The following variables may be set to customize your deployment at runtime. Teddit should now be running at Docker image is available at. Remove DOMAIN=, USE_HELMET=true, USE_HELMET_HSTS=true, TRUST_PROXY=trueĭocker-compose method (development) git clone.Note: This compose is made for a true "production" setup, and is made to be used to have teddit behind a reverse proxy, if you don't want that and prefer to directly access teddit via its port: Installation Docker-compose method (production) version: "3.8" services: teddit: container_name: teddit image: teddit/teddit:latest environment: - DOMAIN = - USE_HELMET =true - USE_HELMET_HSTS =true - TRUST_PROXY =true - REDIS_HOST =teddit-redis ports: - "127.0.0.1:8080:8080" networks: - teddit_net healthcheck: test: interval: 1m timeout: 3s depends_on: - teddit-redis teddit-redis: container_name: teddit-redis image: redis:6.2.5-alpine command: redis-server environment: - REDIS_REPLICATION_MODE =master networks: - teddit_net networks: teddit_net: XMR: 832ogRwuoSs2JGYg7wJTqshidK7dErgNdfpenQ9dzMghNXQTJRby1xGbqC3gW3GAifRM9E84J91VdMZRjoSJ32nkAZnaCEj Instancesįor more similar hosted tools, see Join the teddit discussion room on Matrix: #teddit: An instance can either use Reddit's API with or without OAuth (so Reddit API key is not necessarily needed). Reddit frontpage: ~190 requests with ~24 MB) Lightweight (teddit frontpage: ~30 HTTP requests with ~270 KB of data downloaded vs.Unofficial API (RSS & JSON support, no rate limits or Reddit account required).Prevents Reddit from tracking your IP or JavaScript fingerprint.All requests go through the backend, client never talks to Reddit.

Reddit defaults free#

fixes cache control for older config.cache_control_interval valuesĪdd an example about setting the suggested_subreddits array with env varsĪ free and open source alternative Reddit front-end focused on privacy. Use 24 hours interval if the interval value (config.cache_control_interval) is set to over 1000. Mention that the changelog is not updated anymoreĪdd wget to the Docker so that the healthcheck works Properly fix 'continue this thread' links - no need to req.url checking (ref #82 ) Reviewed-on: #333Īdd dependabot config for npm dependencies Merge pull request 'adds nord dark theme' ( #333 ) from apmechev/teddit:add_nord_theme into main.















Reddit defaults