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
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,3 +108,48 @@ Example:
108
108
3. Update the templates in `templates` according to your preferences (or go with the default ones).
109
109
4. Make sure that there's a `_posts` and `_stats` folder in your git repository.
110
110
4. You should be good to go now and git support should be active on the next startup. You can now use the `postsolves` command to push blog posts with the current solve status to git.
111
+
112
+
113
+
## Using Link saver
114
+
115
+
1. Setup a github repo with jekyll and staticman (e.g. https://github.com/ujjwal96/links).
116
+
2. Copy `config_savelink.json.template` to `config_savelink.json`.
117
+
3. Configure the git repo and branch to be used.
118
+
4. Add the decrypted staticman-token used in `staticman.yml` in the config.
119
+
5. Add a link to your repo, so people can look it up via `showlinkurl`
To enable archive reminders set an offset (in hours) in `config.json` for `archive_ctf_reminder_offset`. Clear or remove the setting to disable reminder handling.
135
+
136
+
If active, the bot will create a reminder for every bot admin on `!endctf` to inform him, when the ctf was finished for the specified time and it should be archived.
137
+
138
+
Example (for being reminded one week after the ctf has finished):
139
+
```
140
+
{
141
+
...
142
+
"archive_ctf_reminder_offset" : "168"
143
+
}
144
+
```
145
+
146
+
## Log command deletion
147
+
148
+
To enable logging of deleting messages containing specific keywords, set `delete_watch_keywords` in `config.json` to a comma separated list of keywords.
149
+
Clear or remove the setting to disable deletion logging.
0 commit comments