Upload test site

This commit is contained in:
nopenothinghere
2023-08-09 21:19:45 -04:00
parent 061d1a544a
commit 6cb0883f83
323 changed files with 14685 additions and 42307 deletions

13
.github/FUNDING.yml vendored
View File

@@ -1,13 +0,0 @@
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: anonymousplanetorg
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: https://anonymousplanet.org/donations.html

View File

@@ -1,21 +0,0 @@
name: "CI/CD"
description: Any changes/issues for the build process
labels: ["chore"]
assignees:
- nopenothinghere
body:
- type: markdown
attributes:
value: |
Briefly describe the issue or change.
Note: you can also open a [discussion](https://github.com/Anon-Planet/thgtoa/discussions/new/choose).
- type: textarea
id: description
attributes:
label: Short description
description: Please describe what should be fixed/changed.
placeholder: Makefile doesn't build [document.md]. Here's how it can be fixed.
validations:
required: true

View File

@@ -1,12 +0,0 @@
name: "Donation"
description: Donation transparency report
labels: ["donation"]
body:
- type: input
attributes:
label: Donation
description: An [anonymous] donation was made [by whom]
placeholder: "0.1 XXX was donated [from whom]"
validations:
required: true

View File

@@ -1,46 +0,0 @@
name: "Content Suggestion"
description: Suggest something for the guide
labels: ["next"]
body:
- type: markdown
attributes:
value: |
Briefly describe your suggestion.
Note: you can also open a [discussion](https://github.com/Anon-Planet/thgtoa/discussions/new/choose).
- type: input
attributes:
label: Affected section of the guide
description: Please let us know which part of the guide is affected.
placeholder: "https://anonymousplanet.org/guide.html#persistent-plausible-deniability-using-whonix-within-tails"
validations:
required: true
- type: textarea
id: description
attributes:
label: Short description
description: Please let us know what should be fixed/changed.
placeholder: There is a typo in this line or mistake in this logic.
validations:
required: true
- type: textarea
id: source
attributes:
label: Research
description: Please do your own due diligence when suggesting changes.
validations:
required: true
- type: checkboxes
id: checklist
attributes:
label: Required checks
description: You are required to check that you have read the CoC.
options:
- label: This is not an opinion. It is fact. It is backed by [my own] research.
required: true
- label: I agree to the [PSA Code of Conduct](https://anonymousplanet.org/export/CODE_OF_CONDUCT.html).
required: true

View File

@@ -1,20 +0,0 @@
# Dependency Review Action
#
# This Action will scan dependency manifest files that change as part of a Pull Request, surfacing known-vulnerable versions of the packages declared or updated in the PR. Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable packages will be blocked from merging.
#
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: '🧪 Dependencies'
on: [pull_request]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: '📦 Checkout Repository'
uses: actions/checkout@v3
- name: '📦 Dependency Review'
uses: actions/dependency-review-action@v2

View File

@@ -1,37 +0,0 @@
name: '🔒 Lock Threads'
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions:
issues: write
pull-requests: write
concurrency:
group: lock
jobs:
action:
runs-on: ubuntu-latest
steps:
- name: '🔒 Lock Threads'
- uses: dessant/lock-threads@v4
with:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
issue-inactive-days: '180'
add-issue-labels: 'outdated, archived'
issue-comment: >
This issue has been closed due to inactivity in the last 180 days.
Please open a new issue to bring it up again.
issue-lock-reason: 'resolved'
pr-inactive-days: '180'
include-all-pr-labels: 'done'
add-pr-labels: 'outdated, archived'
pr-comment: >
This pull request has been closed due to inactivity in the last 180 days.
Please open a new PR to bring it up again.
pr-lock-reason: 'resolved'
process-only: 'issues, prs'
log-output: false

View File

@@ -1,26 +0,0 @@
name: '🦠 VirusTotal Scan'
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: '📦 Checkout'
uses: actions/checkout@v3
- name: '📦 Set up Go'
uses: actions/setup-go@v4
with:
go-version: '1.20.6'
- run: go version
- name: '🦠 Scan PDF files using VT'
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
export/guide.pdf
export/guide.odt