Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #7

Merged
merged 28 commits into from
May 13, 2019
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e586bac
Add support for specifying or removing a url prefix
kyb3r May 11, 2019
efae218
Start work on oauth
kyb3r May 12, 2019
82031dc
Add instructions on updating logviewer
infinitepower18 May 12, 2019
87c849b
Minor edit
infinitepower18 May 12, 2019
0831f48
Minor edit
infinitepower18 May 12, 2019
d866f04
Update README.md
infinitepower18 May 12, 2019
1a1c215
Merge pull request #10 from codeinteger6/master
kyb3r May 13, 2019
2713fe2
Start work on oauth
kyb3r May 13, 2019
d6e6cb9
Attempt oauth2 flow
kyb3r May 13, 2019
bd3df9e
Redirect to where you logged in from
kyb3r May 13, 2019
7bf2669
Add user class
kyb3r May 13, 2019
2499ca6
Modify templates
kyb3r May 13, 2019
214f057
Change config key name
kyb3r May 13, 2019
b4a081e
Tweak colors
kyb3r May 13, 2019
9d99f03
consistant colors
kyb3r May 13, 2019
18ab0d8
Merge branch 'master' into oauth
kyb3r May 13, 2019
b808549
Merge pull request #11 from kyb3r/oauth
kyb3r May 13, 2019
5beb652
Typos?
kyb3r May 13, 2019
520e3e7
add instructions
kyb3r May 13, 2019
5a4710a
Update README.md
kyb3r May 13, 2019
ec0eb68
Redirect automatically to login when not logged in
kyb3r May 13, 2019
6a04836
Merge branch 'master' of https://github.com/kyb3r/logviewer
kyb3r May 13, 2019
6e71cf0
Redirect properly
kyb3r May 13, 2019
8437a4b
Fix stateful login positions
kyb3r May 13, 2019
55b0ea7
Add ability to handle singularly whitelisted entries
kyb3r May 13, 2019
cd35324
Update index.html
kyb3r May 13, 2019
413e2a0
changing style
kyb3r May 13, 2019
de2ed12
Add hovering effect
kyb3r May 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add instructions on updating logviewer
  • Loading branch information
infinitepower18 committed May 12, 2019
commit 82031dc9186ccd5586242cb700a3e0ab12367fc0
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@

In order for you to view your selfhosted logs, you have to deploy this application. Before you deploy the application, create a config var named `MONGO_URI` and put your MongoDB connection URI from the previous section into the value slot. Take the url of this app after you deploy it and input it as a config var `LOG_URL` in the modmail bot app.

## Updating

You can update the logviewer in your Heroku account whenever changes are made to this repo.

**If you didn't fork this repo before**
Fork the repo by clicking the Fork button at the top right of this page (won't work on mobile site). Then on your Heroku account, go to the log viewer application, Deploy tab, and connect the repo named `yourusername/logviewer`. Do a manual deploy of the master branch.

**If you forked this repo before**
[Click here to create a new pull request to your fork.](https://github.com/kyb3r/logviewer/pull/new/master). Select compare across forks, make the base repository `yourusername/logviewer` and ensure the branch is set to master. Put any title you want and create the pull request. On the page that comes after this, merge the pull request.

You then want to go to your log viewer application in Heroku, connect your logviewer fork via the Deploy tab and deploy the master branch.

You can turn on auto-deploy for the master branch if you don't want to go through the process of logging into Heroku and deploying the branch every time changes to the repo are made in the future.

## Contributing

If you can make improvements in the design and presentation of logs, please make a pull request with changes.