From 227e3a61d9584e9e2d64d27ca732e491d8097621 Mon Sep 17 00:00:00 2001 From: Avi Date: Tue, 7 Nov 2017 14:32:04 -0600 Subject: [PATCH 1/3] Update issue_template.md --- .github/issue_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 354f2ff..5e7947c 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,12 +1,12 @@ + #### First Checks: Replace the check box for each line with a ☑ or 'x' after confirming. From 6dd444bd85b26be3558de7d21d44df01120f5c3d Mon Sep 17 00:00:00 2001 From: Avi Date: Tue, 7 Nov 2017 14:33:06 -0600 Subject: [PATCH 2/3] Update issue_template.md --- .github/issue_template.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 5e7947c..46c36dd 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,10 +1,14 @@ #### First Checks: From 715616ca0140d15b28340d5947e9017eddf28fc5 Mon Sep 17 00:00:00 2001 From: Avi Date: Wed, 15 Nov 2017 16:09:33 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93207e5..eeae48c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Ombi (tidusjar/Ombi) update script for Systemd (Ubuntu based distros) > * Installation Dir: **/opt/Ombi** > * User: **ombi** > * Group: **nogroup** +> * URL: **http://127.0.0.1:5000** > > The script also logs to /var/log/ombiupdater.log by default. Make sure that the user running the script has write access to this file. > You can override these defaults by setting the variables in the **Default variables** section at the top. @@ -45,4 +46,4 @@ ombi ALL=NOPASSWD: /bin/systemctl stop ombi.service, /bin/systemctl start omb ``` > ### Note: -> This assumes you're running the script as **ombi** and that the systemd service is named **ombi**. \ No newline at end of file +> This assumes you're running the script as **ombi** and that the systemd service is named **ombi**.