Code Monkey home page Code Monkey logo

addon-freshrss's People

Contributors

einschmidt avatar renovate[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

addon-freshrss's Issues

Unable to start after updating to 0.2.1

First thank you for maintaining FreshRSS addon.

It seems like the newest version won't start. Do you know what might be the issue? Thank you.

Below are the trace.

.certfile end else .certfile end [00:22:59] TRACE: bashio::config: keyfile [00:22:59] TRACE: bashio::addon.config [00:22:59] TRACE: bashio::cache.exists: addons.self.options.config [00:22:59] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache [00:22:59] TRACE: bashio::cache.get: addons.self.options.config [00:22:59] TRACE: bashio::cache.exists: addons.self.options.config [00:22:59] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache [00:22:59] TRACE: bashio::jq: {"base_url":"","ssl":false,"certfile":"fullchain.pem","keyfile":"privkey.pem","log_level":"trace"} if (.keyfile == null) then null elif (.keyfile | type == "string") then .keyfile // empty elif (.keyfile | type == "boolean") then .keyfile // false elif (.keyfile | type == "array") then if (.keyfile == []) then empty else .keyfile[] end elif (.keyfile | type == "object") then if (.keyfile == {}) then empty else .keyfile end else .keyfile end [00:22:59] TRACE: bashio::config: ssl [00:22:59] TRACE: bashio::addon.config [00:22:59] TRACE: bashio::cache.exists: addons.self.options.config [00:22:59] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache [00:22:59] TRACE: bashio::cache.get: addons.self.options.config [00:22:59] TRACE: bashio::cache.exists: addons.self.options.config [00:22:59] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache [00:22:59] TRACE: bashio::jq: {"base_url":"","ssl":false,"certfile":"fullchain.pem","keyfile":"privkey.pem","log_level":"trace"} if (.ssl == null) then null elif (.ssl | type == "string") then .ssl // empty elif (.ssl | type == "boolean") then .ssl // false elif (.ssl | type == "array") then if (.ssl == []) then empty else .ssl[] end elif (.ssl | type == "object") then if (.ssl == {}) then empty else .ssl end else .ssl end s6-rc: info: service init-nginx successfully started s6-rc: info: service nginx: starting s6-rc: info: service freshrss: starting s6-rc: info: service nginx successfully started s6-rc: info: service freshrss successfully started s6-rc: info: service legacy-services: starting [00:22:59] INFO: Starting Refresh... [00:22:59] INFO: Starting NGinx.... [00:22:59] TRACE: main /usr/bin/refresh.sh: line 10: /usr/bin/php: No such file or directory [00:22:59] INFO: Service freshrss exited with code 127 (by signal 0) s6-rc: info: service legacy-services successfully started s6-rc: info: service legacy-services: stopping s6-rc: info: service legacy-services successfully stopped s6-rc: info: service nginx: stopping s6-rc: info: service freshrss: stopping s6-rc: info: service freshrss successfully stopped [00:22:59] INFO: Service NGINX exited with code 0 (by signal 0) [00:22:59] INFO: Service NGINX restarting... s6-rc: info: service nginx successfully stopped s6-rc: info: service init-nginx: stopping s6-rc: info: service init-freshrss: stopping s6-rc: info: service php-fpm: stopping s6-rc: info: service init-freshrss successfully stopped s6-rc: info: service init-nginx successfully stopped [00:22:59] INFO: Service PHP-FPM exited with code 0 (by signal 0) s6-rc: info: service php-fpm successfully stopped s6-rc: info: service init-php-fpm: stopping s6-rc: info: service init-php-fpm successfully stopped s6-rc: info: service legacy-cont-init: stopping s6-rc: info: service legacy-cont-init successfully stopped s6-rc: info: service fix-attrs: stopping s6-rc: info: service base-addon-log-level: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: info: service base-addon-log-level successfully stopped s6-rc: info: service base-addon-banner: stopping s6-rc: info: service base-addon-banner successfully stopped s6-rc: info: service s6rc-oneshot-runner: stopping s6-rc: info: service s6rc-oneshot-runner successfully stopped

Data Location

I'm looking where fresh rss store data in HA. I just can't see anything with FreshRss name in my drive. Can you help me ? Thanks for your work btw.

Update to FreshRSS 1.22.1

Hi!

Thank you for this great repository and the effort it took to set it all up! FreshRSS is my daily driver since it is so clean and customizable. Also love the dark mode themes. If I understand correctly, the login screen will be dark also after the update ๐Ÿฅ‡

Could you please update FreshRSS?

Thanks in advance!

How to install?

Hi, how do I install this? I tried copypasting the github URL as a HA addon repository as I always do, but that just returns "[URL] is not a valid addon repository". Thanks.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

dockerfile
freshrss/Dockerfile
github-actions
.github/workflows/ci.yaml
.github/workflows/deploy.yaml
.github/workflows/labels.yaml
.github/workflows/lock.yaml
.github/workflows/pr-labels.yaml
.github/workflows/release-drafter.yaml
.github/workflows/stale.yaml
regex
freshrss/build.yaml
  • ghcr.io/hassio-addons/base/amd64 15.0.8
  • ghcr.io/hassio-addons/base/armhf 15.0.8
  • ghcr.io/hassio-addons/base/armv7 15.0.8
  • ghcr.io/hassio-addons/base/aarch64 15.0.8
  • ghcr.io/hassio-addons/base/i386 15.0.8
freshrss/Dockerfile
  • FreshRSS/FreshRSS 1.23.1
freshrss/Dockerfile
  • alpine_3_19/git 2.43.0-r0
  • alpine_3_19/tzdata 2024a-r0
  • alpine_3_19/nginx 1.24.0-r16

  • Check this box to trigger a request for Renovate to run again on this repository

SSL doesn't work

Hi,
First of all thanks for the addon!

Now when I try to activate SSL and then connect to the web interface I always receive:
400 Bad Request
The plain HTTP request was sent to HTTPS port

I assume this is because the web interface port always connects to TCP 80? Or is there something I'm missing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.