mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-07-14 14:53:59 +02:00
Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11a47b262b | ||
|
|
a0fe631a72 | ||
|
|
15c686018d | ||
|
|
ec49d4e2c5 | ||
|
|
78f5305c38 | ||
|
|
3dc11557a0 | ||
|
|
edfec973b8 | ||
|
|
b2f0fedce4 | ||
|
|
2b7c9bfe48 | ||
|
|
98e624b352 | ||
|
|
cd89513274 | ||
|
|
5ed191659d | ||
|
|
02c5d49113 | ||
|
|
732fb0a4e6 | ||
|
|
997b362ea4 | ||
|
|
006b10aea1 | ||
|
|
a6e67d161f | ||
|
|
40742df867 | ||
|
|
321c5da370 | ||
|
|
b2270b5588 | ||
|
|
19afe45d57 | ||
|
|
d48eb3db59 | ||
|
|
1bf1ffb711 |
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
# These are supported funding model platforms
|
# These are supported funding model platforms
|
||||||
|
|
||||||
github: [supernova3339] Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
github: [supernova3339] Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||||
patreon: superdevofficial
|
patreon: #
|
||||||
open_collective: # Replace with a single Open Collective username
|
open_collective: # Replace with a single Open Collective username
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
ko_fi: # Replace with a single Ko-fi username
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
|
|||||||
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -2,11 +2,14 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- [ ] Does this post follow the code of conduct?
|
||||||
|
- [ ] Does this post follow the AnonUpload [terms of service](https://anonupload.us/terms)?
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
@@ -34,5 +37,13 @@ If applicable, add screenshots to help explain your problem.
|
|||||||
- Browser [e.g. stock browser, safari]
|
- Browser [e.g. stock browser, safari]
|
||||||
- Version [e.g. 22]
|
- Version [e.g. 22]
|
||||||
|
|
||||||
|
**Version**
|
||||||
|
Add your AnonUpload version here.
|
||||||
|
|
||||||
|
**What are you running with?**
|
||||||
|
- OS: [e.g. Debian 11]
|
||||||
|
- TYPE: [e.g. Easypanel]
|
||||||
|
- Channel [e.g. Stable]
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|||||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Community Forum
|
||||||
|
url: https://anonupload.us/discuss
|
||||||
|
about: Ask a question, get answers. Anything not related to a feature request OR bug report should go here.
|
||||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -2,7 +2,7 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: enhancement
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
name: ChatGPT CodeReview
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
chatgpt_comment:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Let chatgpt comment on your PR.
|
||||||
|
steps:
|
||||||
|
- name: ChatGPT comment
|
||||||
|
uses: kxxt/chatgpt-action@v0.3
|
||||||
|
id: chatgpt
|
||||||
|
with:
|
||||||
|
number: ${{ github.event.pull_request.number }}
|
||||||
|
sessionToken: ${{ secrets.CHATGPT_SESSION_TOKEN }}
|
||||||
|
split: 'yolo' # Use true to enable the unstable split feature.
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Release to Github Packages. # https://ghcr.io
|
name: Release to Github Packages. # https://ghcr.io
|
||||||
|
|
||||||
on: # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#on
|
on: # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#on
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
tags: # This builds for all branches with semantically versioned tags (v0.12.3).
|
tags: # This builds for all branches with semantically versioned tags (v0.12.3).
|
||||||
- v* # https://semver.org will fail, if there are any other tags
|
- v* # https://semver.org will fail, if there are any other tags
|
||||||
@@ -11,9 +11,8 @@ on: # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-ac
|
|||||||
#pull_request: # Run 'tests' for any PRs. Default is to not run for first-time contributors: see /settings/actions
|
#pull_request: # Run 'tests' for any PRs. Default is to not run for first-time contributors: see /settings/actions
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TAG_LATEST: false # Encourage users to use a major version (foobar:1) instead of :latest.
|
TAG_LATEST: true # Encourage users to use a major version (foobar:1) instead of :latest.
|
||||||
# By semantic versioning standards, major changes are changes 'backwards incompatible'. Major upgrades are often rare and prehaps, need attention from the user.
|
# By semantic versioning standards, major changes are changes 'backwards incompatible'. Major upgrades are often rare and prehaps, need attention from the user.
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Push image to GitHub Packages.
|
# Push image to GitHub Packages.
|
||||||
push:
|
push:
|
||||||
|
|||||||
12
.github/workflows/spam.yml
vendored
Normal file
12
.github/workflows/spam.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Spam
|
||||||
|
|
||||||
|
on: issue_comment
|
||||||
|
jobs:
|
||||||
|
mark-as-spam:
|
||||||
|
name: mark as spam
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: close issue
|
||||||
|
uses: balevine/mark-as-spam@production
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
17
.github/workflows/stale.yml
vendored
Normal file
17
.github/workflows/stale.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: 'Stale issue handler'
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
stale:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/stale@main
|
||||||
|
with:
|
||||||
|
stale-issue-message: 'This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.'
|
||||||
|
close-issue-message: 'Closing issue due to no activity in more than 60 days.'
|
||||||
|
days-before-stale: 30
|
||||||
|
days-before-close: 5
|
||||||
|
exempt-issue-labels: 'blocked,keep'
|
||||||
@@ -1,6 +1,13 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="auto" height="200" src="/favicon.png"><br><br>
|
<img width="auto" height="200" src="/favicon.png"><br><br>
|
||||||
Secure and anonymous file sharing without a database
|
Secure and anonymous file sharing without a database<br><br>
|
||||||
|
<img src="https://img.shields.io/github/v/release/supernova3339/anonupload?style=for-the-badge" alt="latest version">
|
||||||
|
<img src="https://img.shields.io/github/stars/supernova3339/anonupload?style=for-the-badge" alt="repo stars">
|
||||||
|
<img src="https://img.shields.io/github/license/supernova3339/anonfiles?style=for-the-badge" alt="github">
|
||||||
|
<img src="https://img.shields.io/github/sponsors/supernova3339?style=for-the-badge" alt="github sponsors">
|
||||||
|
<img src="https://img.shields.io/github/issues-pr-raw/supernova3339/anonupload?style=for-the-badge" alt="github pull requests">
|
||||||
|
<!--<a href="https://gitter.im/supernova3339/anonupload"><img src="https://img.shields.io/gitter/room/supernova3339/anonupload?style=for-the-badge" alt="chat on gitter"></a>-->
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user