Jakob Ankarhem
7de7e1f7bd
feat: refactor out popup and use for oidc
2 years ago
JonnyWong16
cf96db90ad
docs(proxy): update `sub_filter` for subfolder ( #3046 ) [skip ci]
...
The updated `next.js` dependency has a new regex match in the code for `/^\/_next\/data\//`.
This `sub_filter` creates invalid regex `/^\/overseerr/_next\/data\//`
```nginx
sub_filter '/_next' '/$app/_next';
```
It needs to be updated to substitute the correct the regex `/^\/overseerr\/_next\/data\//`
```nginx
sub_filter '\/_next' '\/$app\/_next';
sub_filter '/_next' '/$app/_next';
```
3 years ago
TheCatLady
9021696cf0
fix(lang): correct capitalization of 'TMDB' ( #2953 )
3 years ago
Gian Marco Cinalli
475314c87b
docs: update fail2ban documentation to handle logging changes ( #2707 ) [skip ci]
3 years ago
TheCatLady
05d2dac3ab
docs: add Overseerr Assistant to third-party integrations ( #2243 ) [skip ci]
3 years ago
TheCatLady
6565c7dd9b
docs: add FAQ entry about mobile apps ( #2228 ) [skip ci]
...
* docs: grammar correction
* docs: add FAQ about mobile apps
* docs: remove Overseerr-Extension for now
3 years ago
TheCatLady
dca363809d
docs: add Overseerr-Extension to 3rd-party integrations ( #2227 ) [skip ci]
3 years ago
TheCatLady
b7ba90d67b
docs: improve Docker documentation ( #2109 ) [skip ci]
...
* docs: improve Docker documentation
* docs: suggested changes
* docs: minor formatting changes
* docs: add Doplarr to list of third-party integrations
* docs: rename docker run tab
* docs: add link to official Docker CLI docs
* docs: minor edits
3 years ago
sct
beb5637d9f
feat: new logo, who dis? ( #1802 )
4 years ago
HubDuck
c153c055f1
docs: add Nginx Proxy Manager to reverse proxy documentation ( #1741 ) [skip ci]
...
* docs: adding npm section reverse-proxy
Adds npm configuration example to the docs for the reverse-proxy page under extending-overseerr.
Adds example image to public/images/docs
* docs: adding npm section reverse-proxy with tcl suggestions
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
* Delete npm_example.png
* docs: adding npm section reverse-proxy
Tabulation of nginx services
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
4 years ago
TheCatLady
e0491ab02a
docs: update documentation to reflect recent changes/additions ( #1730 ) [skip ci]
...
* docs: update documentation to reflect recent changes/additions
* docs: add list of third-party integrations
* docs: add v3 warning
* docs: fix Docker for Windows link text
* docs: fix Telegram 'Send Silently' setting description
* docs: note that application URL is required for password reset/generation
* docs: add additional details on webhook template variables
4 years ago
TheCatLady
0aa2c53100
docs: only include necessary lines in example Nginx subfolder conf ( #1348 ) [skip ci]
...
Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com>
4 years ago
JonnyWong16
74e39b0b45
docs(proxy): add nginx subfolder reverse proxy ( #1114 ) [skip ci]
4 years ago
TheCatLady
09b5019e95
refactor(api): rename Plex auth endpoint ( #949 )
4 years ago
TheCatLady
34618edc13
docs: Various edits, and addition of UI style guide ( #982 ) [skip ci]
4 years ago
Douglas Parker
92be2ee42b
docs: update LE/NGINX CSP to fix loading of resources ( #797 )
4 years ago
TheCatLady
f1dd5e7e12
feat(ui): Move PROXY setting to UI ( #782 )
...
Users who have set PROXY=yes in their Docker containers will need to configure this setting in the UI and restart the container.
4 years ago
costaht
c43cd16eff
Setting up Fail2ban with Overseerr ( #739 )
...
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@outlook.com>
4 years ago
Jakob Ankarhem
9342a40bbc
fix(ip logging): add env var for proxy to fix ip logging on failed logins ( #756 )
4 years ago
Roxedus
70229d12ab
docs(reverse-proxy): Add note for bundled sample SWAG ( #681 ) [skip ci]
...
Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com>
4 years ago
hirenshah
03c690b00b
docs: Update LE/NGINX to remove CSP [skip ci]
4 years ago
Danshil Mungur
d53d61014f
docs(reverse-proxy-examples): removed duplicate text in hint ( #520 ) [skip ci]
4 years ago
sct
30ed82e155
docs: documentation update ( #516 ) [skip ci]
...
* docs: testing docs with gitbook
* GitBook: [docs] 3 pages modified
* GitBook: [docs] one page modified
* docs: migrate more wiki docs
* docs: Update gmail. Add 4k FAQ
* GitBook: [docs] 6 pages modified
* docs: add media missing in overseerr to faq
* GitBook: [docs] one page modified
* GitBook: [docs] 5 pages modified
* GitBook: [docs] 2 pages modified
* GitBook: [docs] 5 pages modified
* GitBook: [docs] 5 pages modified
* GitBook: [docs] 5 pages modified
* GitBook: [docs] one page modified
* GitBook: [docs] 2 pages modified
Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com>
Co-authored-by: samwiseg0 <phillipah@gmail.com>
4 years ago