Merge pull request #4013 from Ombi-app/org_github_templating

Org GitHub templating
pull/4029/head^2 v4.0.1062
Jamie 4 years ago committed by GitHub
commit 4cd72f56d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ If applicable, a snippet of the logs that seems relevant to the bug if present.
- OS: [e.g. iOS]
**Ombi Version (please complete the following information):**
- Version [e.g. 3.0.1158]
- Version [e.g. 4.0.958]
- Media Server [e.g. Plex]
- Database Type: SQLite (Please change if using MySQL)

@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Wiki
url: https://github.com/tidusjar/Ombi/wiki
about: The Ombi wiki should help guide you through installation and setup as well as help resolve common problems and answer frequently asked questions
- name: Docs
url: https://docs.ombi.app/
about: The Ombi documentation should help guide you through installation and setup as well as help resolve common problems and answer frequently asked questions
- name: Reddit support
url: https://www.reddit.com/r/Ombi
about: Ask questions about Ombi

@ -661,7 +661,7 @@
- Added capture of anonymous analytical data. [tidusjar]
- Added {AvailableDate} as a Notification Variable, this is the date the request was marked as available. See here: https://github.com/tidusjar/Ombi/wiki/Notification-Template-Variables. [tidusjar]
- Added {AvailableDate} as a Notification Variable, this is the date the request was marked as available. See here: https://docs.ombi.app/info/notification-template-variables/. [tidusjar]
- Added the ability to search movies via the movie db with a different language! [tidusjar]

@ -63,7 +63,7 @@ Here are some of the features Ombi has:
# Installation
[Installation Guide](https://docs.ombi.app/installation/)
[Here for Reverse Proxy Config Examples](https://docs.ombi.app/settings/reverse-proxy/)
[Here for Reverse Proxy Config Examples](https://docs.ombi.app/info/reverse-proxy/)
# Contributors

@ -42,7 +42,7 @@ namespace Ombi.Helpers
//com.plexapp.agents.themoviedb://390043?lang=en
//com.plexapp.agents.imdb://tt2543164?lang=en
//plex://movie/5e1632df2d4d84003e48e54e
// https://github.com/tidusjar/Ombi/issues/3277
// https://github.com/Ombi-app/Ombi/issues/3277
if (string.IsNullOrEmpty(guid))
{
return new ProviderId();

@ -1,4 +1,4 @@
<settings-menu></settings-menu>
<settings-menu></settings-menu>
<div *ngIf="about" class="small-middle-container">
<legend>About</legend>
<div class="row">
@ -41,14 +41,14 @@
<div class="mat-row">
<div class="mat-cell">Issues</div>
<div class="mat-cell"> <a href="https://github.com/tidusjar/Ombi/issues"
target="_blank">https://github.com/tidusjar/Ombi/issues</a></div>
<div class="mat-cell"> <a href="https://github.com/Ombi-app/Ombi/issues"
target="_blank">https://github.com/Ombi-app/Ombi/issues</a></div>
</div>
<div class="mat-row">
<div class="mat-cell">Wiki</div>
<div class="mat-cell"> <a href="https://github.com/tidusjar/Ombi/wiki"
target="_blank">https://github.com/tidusjar/Ombi/wiki</a></div>
<div class="mat-cell"> <a href="https://docs.ombi.app"
target="_blank">https://docs.ombi.app</a></div>
</div>
<div class="mat-row">

@ -1,6 +1,6 @@

<settings-menu></settings-menu>
<wiki [path]="'https://github.com/tidusjar/Ombi/wiki/Update-Settings'"></wiki>
<wiki [path]="'https://docs.ombi.app/guides/updating/'"></wiki>
<div *ngIf="form" class="small-middle-container">
<fieldset>
<legend>Update Settings</legend>

Loading…
Cancel
Save