mirror of
https://gitea.blesmrt.net/mikaela/ormirror.git
synced 2025-08-20 21:37:21 +02:00
Compare commits
3 Commits
e9d0a8adbb
...
d029a19e70
Author | SHA1 | Date | |
---|---|---|---|
d029a19e70 | |||
61465136fd | |||
7f0fe4488e |
@ -1,31 +1,53 @@
|
|||||||
|
# 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.4.0
|
rev: v4.5.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-executables-have-shebangs
|
- id: check-merge-conflict
|
||||||
- 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: trailing-whitespace
|
- id: check-merge-conflict
|
||||||
exclude_types: [markdown]
|
- id: mixed-line-ending
|
||||||
|
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: "v3.0.0-alpha.9-for-vscode"
|
rev: "v4.0.0-alpha.3"
|
||||||
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.1"
|
rev: "2.7.3"
|
||||||
hooks:
|
hooks:
|
||||||
- id: editorconfig-checker
|
- id: editorconfig-checker
|
||||||
alias: ec
|
alias: ec
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
# Somewhat curated Onion Service list
|
# Somewhat curated Onion Service list
|
||||||
|
|
||||||
This repository doubles as mikaela.github.io/or/ for easier to remember
|
This repository began as a manual copy of mikaela.github.io/or/ with less
|
||||||
links.
|
git history for use with cloning on TAILS and similar for offline reference
|
||||||
|
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
Normal file
12
amnesty.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
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