Skip to content

Instantly share code, notes, and snippets.

View crazyaccess's full-sized avatar
🙃
Ooga Booga

Caz crazyaccess

🙃
Ooga Booga
View GitHub Profile
@justfoolingaround
justfoolingaround / auto-install.py
Last active June 22, 2021 17:04
Piece of code to automagically remove ads from your local Spotify instance
import io
import os
import pathlib
import zipfile
import requests
DLL_URL = "https://github.com/mrpond/BlockTheSpot/releases/download/2021.4.20.35/chrome_elf.zip"
DLL_FILENAME = "chrome_elf.dll"
version: "3.7"
services:
gitea:
image: gitea/gitea:1.10.3
#image: gitea/gitea:latest
container_name: gitea
environment:
- APP_NAME=Gitea
- USER_UID=1000