Monthly Update - June 2020

- Updated workflow
- Lots of additions
- Small fixes
- Offline/soft-ban database updated
This commit is contained in:
CHEF-KOCH 2020-06-01 02:07:01 +02:00
parent d5e39f27a6
commit 1ad6248b48
No known key found for this signature in database
GPG Key ID: 40BB608CE79750B2
7 changed files with 5030 additions and 4950 deletions

13
.github/workflows/greetings.yaml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Greet first-time contributors
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users'' first issue'
pr-message: 'Message that will be displayed on users'' first pr'

19
.github/workflows/stale.yaml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Check for stale issues and PRs
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1 # See: https://github.com/actions/stale
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'

6798
README.md

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -480,6 +480,7 @@ Downloads albums in bulk.
- [New Album Releases](https://anonym.to/?http://newalbumreleases.net/) - Premium DDL links for full albums.
- [SMLoadr](https://anonym.to/?http://git.fuwafuwa.moe/SMLoadrDev/SMLoadr) - A streaming music downloader.
- [Soulseek](https://anonym.to/?http://www.soulseekqt.net/news/) - Soulseek is an ad-free, spyware free, just plain free file sharing network for Windows, Mac and Linux.
- [Deemix](https://anonym.to/?https://notabug.org/RemixDev/deemix) - A uccessor of deezloaderrmx, there is also a [WeUI](https://anonym.to/?https://notabug.org/RemixDev/deemix-pyweb)/& [Docker Image](https://anonym.to/?https://github.com/Bockiii/deemix-docker)
**[`^ back to top ^`](#)**
@ -1081,8 +1082,11 @@ Overall strategy:
## Wi-Fi Access point attack tools
- [wifipumpkin3](https://anonym.to/?https://github.com/P0cL4bs/wifipumpkin3) - Powerful framework for rogue access point attack. An Overvie website is [here](https://anonym.to/?http://wifipumpkin3.github.io/).
**[`^ back to top ^`](#)**
## Scribd Tools
- [SCRIMTEC](https://anonym.to/?https://github.com/BELGRADE-OUTLAW/SCRIMTEC) - SCRIbd MPUB To EPUB Converter.
**[`^ back to top ^`](#)**

View File

@ -243,7 +243,7 @@
## Spotify
- [Dockerized Spotify downloader with metadataOC](https://anonym.to/?https://www.removeddit.com/r/Piracy/comments/ew5cus/dockerized_spotify_downloader_with_metadata/)
- [Dockerized Spotify downloader with metadata](https://anonym.to/?https://www.removeddit.com/r/Piracy/comments/ew5cus/dockerized_spotify_downloader_with_metadata/)
## Wii
@ -256,3 +256,15 @@
- [Encrypt Your Files Before Uploading it to Cloud With Cryptomator](https://anonym.to/?https://itsfoss.com/cryptomator/)
**[`^ back to top ^`](#)**
## Pi-Hole
- [[Guide] How to install WireGuard on a Raspberry Pi (full tunnel + split tunnel) using Pi-Hole as DNS.](https://anonym.to/?https://old.reddit.com/r/pihole/comments/bnihyz/guide_how_to_install_wireguard_on_a_raspberry_pi/)
**[`^ back to top ^`](#)**
## Shared Drive (old name was Team Drive) Guides
- [A complete guide of shared drive (Team drive)](https://anonym.to/?hhttps://telegra.ph/A-complete-guide-of-shared-drive-Team-drive-01-23)
**[`^ back to top ^`](#)**