Merge branch 'main' into new-instance
This commit is contained in:
commit
e18e104391
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@ -57,6 +57,8 @@ jobs:
|
|||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: ${{ matrix.platform }}
|
||||||
tags: ${{ steps.image-metadata.outputs.tags }}
|
tags: ${{ steps.image-metadata.outputs.tags }}
|
||||||
|
build-args: |
|
||||||
|
BUILDKIT_CONTEXT_KEEP_GIT_DIR=true
|
||||||
|
|
||||||
merge:
|
merge:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.22.2-alpine3.19 AS build
|
FROM docker.io/golang:1.22.2-alpine3.19 AS build
|
||||||
|
|
||||||
RUN apk add make git curl
|
RUN apk add make git curl
|
||||||
|
|
||||||
@ -8,6 +8,7 @@ COPY go.mod go.sum ./
|
|||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
COPY .git .
|
||||||
RUN make build
|
RUN make build
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
|
21
README.md
21
README.md
@ -25,16 +25,17 @@ make build
|
|||||||
- Genius servers are behind a Cloudflare reverse proxy, which means certain IPs won't be able to send requests, to partially mitigate this, you can specify a proxy by setting the `PROXY` variable (must be a valid URI).
|
- Genius servers are behind a Cloudflare reverse proxy, which means certain IPs won't be able to send requests, to partially mitigate this, you can specify a proxy by setting the `PROXY` variable (must be a valid URI).
|
||||||
|
|
||||||
## Public Instances
|
## Public Instances
|
||||||
| URL | Tor | I2P | Region | CDN? | Operator
|
| URL | Tor | I2P | Region | CDN? | Operator |
|
||||||
| --- | --- | --- | --- | --- | ---
|
| --- | :----: | :----: | :----: | :----: | --- |
|
||||||
| <https://dumb.ducks.party> | No | No | NL | No | https://ducks.party
|
| <https://dumb.ducks.party> | No | No | NL | No | https://ducks.party |
|
||||||
| <https://dumb.privacydev.net> | [Yes](http://dumb.g4c3eya4clenolymqbpgwz3q3tawoxw56yhzk4vugqrl6dtu3ejvhjid.onion) | No | FR | No | https://privacydev.net
|
| <https://dumb.privacydev.net> | [Yes](http://dumb.g4c3eya4clenolymqbpgwz3q3tawoxw56yhzk4vugqrl6dtu3ejvhjid.onion) | No | FR | No | https://privacydev.net |
|
||||||
| <https://dumb.hyperreal.coffee> | No | No | US | No | https://hyperreal.coffee
|
| <https://dumb.hyperreal.coffee> | No | No | US | No | https://hyperreal.coffee |
|
||||||
| <https://dm.vern.cc> | [Yes](http://dm.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion) | [Yes](http://vernxpcpqi2y4uhu7to4rnjmyjjgzh3x3qxyzpmkhykefchkmleq.b32.i2p) | US | No | https://vern.cc
|
| <https://dm.vern.cc> | [Yes](http://dm.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion) | [Yes](http://vernxpcpqi2y4uhu7to4rnjmyjjgzh3x3qxyzpmkhykefchkmleq.b32.i2p) | US | No | https://vern.cc |
|
||||||
| <https://dumb.lunar.icu> | No | No | DE | Yes | @MaximilianGT500
|
| <https://dumb.lunar.icu> | No | No | DE | Yes | @MaximilianGT500 |
|
||||||
| <https://dumb.privacyfucking.rocks> | No | No | DE | - | https://privacyfucking.rocks |
|
| <https://dumb.privacyfucking.rocks> | No | No | DE | - | https://privacyfucking.rocks |
|
||||||
| <https://sing.whatever.social> | No | No | US/DE | Yes | Whatever Social
|
| <https://sing.whatever.social> | No | No | US/DE | Yes | Whatever Social |
|
||||||
| <https://dumb.gitro.xyz> | No | No | DE | Yes | https://gitro.xyz
|
| <https://dumb.bloat.cat> | No | No | DE | Yes | https://bloat.cat |
|
||||||
|
| <https://dumb.gitro.xyz> | No | No | DE | Yes | https://gitro.xyz |
|
||||||
|
|
||||||
[Status Page](https://github.com/rramiachraf/dumb-instances)
|
[Status Page](https://github.com/rramiachraf/dumb-instances)
|
||||||
|
|
||||||
|
@ -36,5 +36,9 @@
|
|||||||
"clearnet": "https://dumb.gitro.xyz",
|
"clearnet": "https://dumb.gitro.xyz",
|
||||||
"country": "DE",
|
"country": "DE",
|
||||||
"cdn": true
|
"cdn": true
|
||||||
|
},
|
||||||
|
"clearnet": "https://dumb.bloat.cat/",
|
||||||
|
"country": "DE",
|
||||||
|
"cdn": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user