You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,17 @@ Please allow read/write access to the parent directory of the document root of t
14
14
15
15
A GitHub service client\_id + client\_secret is required to be set up at /var/www/cid.txt and /var/www/secret.txt
16
16
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.
0 commit comments