File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -39,5 +39,7 @@ header:
3939 - ' Makefile'
4040 - ' Procfile'
4141 - ' cosign.pub'
42+ - ' .replit'
43+ - ' replit.nix'
4244
4345 comment : on-failure
Original file line number Diff line number Diff line change 1+ run = "curl -fsSL https://github.com/wabarc/wayback/raw/main/install.sh | sh -s -- -b ~/.local/bin; wayback -d web"
2+ language = "bash"
3+
4+ [env]
5+ ENABLE_METRICS = true
6+ WAYBACK_ENABLE_IA = true
7+ WAYBACK_ENABLE_IS = true
8+ WAYBACK_ENABLE_IP = true
9+ WAYBACK_ENABLE_PH = true
10+ WAYBACK_STORAGE_DIR = "/tmp/reduxer"
Original file line number Diff line number Diff line change @@ -292,6 +292,9 @@ docker run -d wabarc/wayback wayback -d telegram -t YOUR-BOT-TOKEN -c YOUR-CHANN
292292
293293### 1-Click Deploy
294294
295+ ** Note:** These are free hosting options. If you need a free and easy setup, this method may work best for you.
296+
297+ <a href =" https://repl.it/github/wabarc/wayback " ><img src =" https://repl.it/badge/github/wabarc/wayback " alt =" Run on Repl.it " height =" 32 " /></a >
295298[ ![ Deploy] ( https://www.herokucdn.com/deploy/button.png )] ( https://heroku.com/deploy?template=https://github.com/wabarc/wayback )
296299<a href =" https://render.com/deploy?repo=https://github.com/wabarc/on-render " >
297300 <img
Original file line number Diff line number Diff line change 1+ { pkgs } : {
2+ deps = [
3+ pkgs . go
4+ pkgs . tor
5+ pkgs . wget
6+ pkgs . chromium
7+ pkgs . ffmpeg
8+ pkgs . libwebp
9+ pkgs . youtube-dl
10+ pkgs . you-get
11+ pkgs . ipfs
12+ ] ;
13+ }
You can’t perform that action at this time.
0 commit comments