Skip to content

Commit a546d03

Browse files
committed
Update README
1 parent 2495b27 commit a546d03

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,17 @@ Please allow read/write access to the parent directory of the document root of t
1414

1515
A GitHub service client\_id + client\_secret is required to be set up at /var/www/cid.txt and /var/www/secret.txt
1616

17+
A GitHub API access token for any valid account (without any scopes required) is required at /var/www/token.txt
18+
19+
All these three files should contain the tokens/secrets in plaintext. No trimming would be done by the PHP script.
20+
21+
You are recommended to add a file `.git/.htaccess` with the content:
22+
23+
```htaccess
24+
deny from all
25+
```
26+
27+
for the sake of security.
28+
29+
This website generates files at /var/www/html/insta/data/ without deleting them. If you find the directory too resource-consuming, please add a cronjob yourself to clean it.
30+

0 commit comments

Comments
 (0)