mirror of
https://gitea.blesmrt.net/mikaela/ormirror.git
synced 2025-08-21 05:47:21 +02:00
Compare commits
No commits in common. "d029a19e7007d46f6bc1cf0a69d4931af68b99b2" and "e9d0a8adbb261276428b03e78f1de86f7e2298ba" have entirely different histories.
d029a19e70
...
e9d0a8adbb
@ -1,53 +1,31 @@
|
|||||||
# See https://pre-commit.com for more information
|
|
||||||
# See https://pre-commit.ci for more information
|
|
||||||
ci:
|
ci:
|
||||||
|
# Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease
|
||||||
|
# the frequency of unnecessary PRs.
|
||||||
|
# https://github.com/pre-commit-ci/issues/issues/83
|
||||||
autoupdate_schedule: quarterly
|
autoupdate_schedule: quarterly
|
||||||
|
|
||||||
# Use pypy3 for the Python hooks
|
|
||||||
default_language_version:
|
|
||||||
python: pypy3
|
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.5.0
|
rev: v4.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
|
||||||
args: ["--markdown-linebreak-ext", "md,markdown"]
|
|
||||||
exclude_types: [svg, tsv]
|
|
||||||
- id: end-of-file-fixer
|
|
||||||
- id: check-yaml
|
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- id: check-case-conflict
|
- id: check-case-conflict
|
||||||
- id: check-merge-conflict
|
- id: check-executables-have-shebangs
|
||||||
|
- id: check-shebang-scripts-are-executable
|
||||||
- id: destroyed-symlinks
|
- id: destroyed-symlinks
|
||||||
- id: detect-private-key
|
- id: detect-private-key
|
||||||
|
- id: end-of-file-fixer
|
||||||
- id: fix-byte-order-marker
|
- id: fix-byte-order-marker
|
||||||
- id: check-merge-conflict
|
- id: trailing-whitespace
|
||||||
- id: mixed-line-ending
|
exclude_types: [markdown]
|
||||||
args: [--fix=auto]
|
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
|
||||||
rev: v1.6.1
|
|
||||||
hooks:
|
|
||||||
- id: check-pre-commit-ci-config
|
|
||||||
|
|
||||||
- repo: https://github.com/thlorenz/doctoc
|
|
||||||
rev: v2.2.0
|
|
||||||
hooks:
|
|
||||||
- id: doctoc
|
|
||||||
args: [--update-only, --notitle]
|
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: "v4.0.0-alpha.3"
|
rev: "v3.0.0-alpha.9-for-vscode"
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
additional_dependencies: [
|
|
||||||
# https://www.npmjs.com/package/prettier
|
|
||||||
"prettier@3.1.0",
|
|
||||||
]
|
|
||||||
|
|
||||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||||
rev: "2.7.3"
|
rev: "2.7.1"
|
||||||
hooks:
|
hooks:
|
||||||
- id: editorconfig-checker
|
- id: editorconfig-checker
|
||||||
alias: ec
|
alias: ec
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
# Somewhat curated Onion Service list
|
# Somewhat curated Onion Service list
|
||||||
|
|
||||||
This repository began as a manual copy of mikaela.github.io/or/ with less
|
This repository doubles as mikaela.github.io/or/ for easier to remember
|
||||||
git history for use with cloning on TAILS and similar for offline reference
|
links.
|
||||||
although it's also available through the aforementioned address as a
|
|
||||||
submodule.
|
|
||||||
|
|
||||||
The onions in this repository aren't meant to be clickable, but
|
The onions in this repository aren't meant to be clickable, but
|
||||||
copy-pasteable.
|
copy-pasteable.
|
||||||
|
12
amnesty.md
12
amnesty.md
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
layout: null
|
|
||||||
permalink: /or/amnesty.html
|
|
||||||
sitemap: false
|
|
||||||
---
|
|
||||||
|
|
||||||
https://amnestyl337aduwuvpf57irfl54ggtnuera45ygcxzuftwxjvvmpuzqd.onion
|
|
||||||
|
|
||||||
Proofs:
|
|
||||||
|
|
||||||
- https://blog.torproject.org/amnesty-international-launches-onion-service/
|
|
||||||
- http://pzhdfe7jraknpj2qgu5cz2u3i4deuyfwmonvzu5i3nyw4t4bmg7o5pad.onion/amnesty-international-launches-onion-service/
|
|
Loading…
x
Reference in New Issue
Block a user