Skip to content

Commit

Permalink
add example config and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bakatrouble committed Jan 14, 2020
1 parent 40506ab commit 7ae74d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ _build/
.idea/

upload.sh

release.sh
release
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# sys-screenuploader

Homebrew Nintendo Switch NSP sysmodule for automatic upload of screen captures to remote server

Set host and port of running server part in `/config/sys-screenuploader/config.ini`
3 changes: 3 additions & 0 deletions config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[server]
host = home.bakatrouble.me
port = 60666

0 comments on commit 7ae74d4

Please sign in to comment.