https://patch-diff.githubusercontent.com/raw/[Owner]/[Repo]/pull/[pr-nr].patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] | |
| "NoAutoUpdate"=dword:00000000 | |
| "AUOptions"=dword:00000002 | |
| "ScheduledInstallDay"=dword:00000000 | |
| "ScheduledInstallTime"=dword:00000000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| LISTOFDOMAINS="officeapps.live.com | |
| officeclient.microsoft.com" | |
| HOSTSFILE="hosts.list" | |
| rm -f "${HOSTSFILE}" | |
| cat <<EOL > "${HOSTSFILE}" | |
| # This is autogenerated by a script |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [paperless] | |
| url = http://paperless.test.com | |
| api_token = API_TOKEN | |
| forward_tag_ids = 17, 31 | |
| [email] | |
| smtp_server = smtp.test.com | |
| smtp_port = 587 | |
| username = ***@test.com | |
| password = *** |
- Error Lens (by Alexander)
- indent-rainbow (by oderwat)
- Prettier - Code formatter (by prettier.io)
- GitHub Copilot Chat (by github.com)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import os | |
| import re | |
| from urllib.parse import urljoin | |
| # =========================== | |
| # KONFIGURATION | |
| # =========================== | |
| BASE_URL = 'http://YOURIP/api/v4' # Anpassen an Ihre Mayan-Instanz | |
| AUTH = ('YOURUSERNAME', 'YOURPASSWORD') # Basic-Auth-Daten |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "3.2" | |
| services: | |
| bitwarden: | |
| image: vaultwarden/server:latest | |
| restart: always | |
| ports: | |
| - "80:80" | |
| environment: | |
| - ADMIN_TOKEN=YOURPASSWORD | |
| - WEBSOCKET_ENABLED=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.7' | |
| services: | |
| mayan: | |
| image: mayanedms/mayanedms:s4.8 | |
| container_name: mayan-edms | |
| restart: always | |
| ports: | |
| - "8000:8000" | |
| volumes: |
NewerOlder