mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-29 02:30:29 +00:00
docs: fix date
This commit is contained in:
parent
773b30102c
commit
74b13db3fa
9 changed files with 16 additions and 16 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -5,7 +5,7 @@ body:
|
|||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**File Browser is being archived on 2026-10-01.** Bug reports are still read
|
||||
**File Browser is being archived on 2026-09-01.** Bug reports are still read
|
||||
until then, but fixes are not guaranteed, and no further security fixes will
|
||||
be released. See the
|
||||
[README](https://github.com/filebrowser/filebrowser/blob/master/README.md)
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -2,7 +2,7 @@ blank_issues_enabled: false
|
|||
contact_links:
|
||||
- name: Project sunset
|
||||
url: https://github.com/filebrowser/filebrowser/blob/master/README.md#project-status
|
||||
about: File Browser is archived on 2026-10-01. Please read this before opening an issue.
|
||||
about: File Browser is archived on 2026-09-01. Please read this before opening an issue.
|
||||
- name: GitHub Discussions
|
||||
url: https://github.com/filebrowser/filebrowser/discussions
|
||||
about: Please ask questions and discuss features here.
|
||||
|
|
|
|||
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
Before submitting your PR, please indicate which issues are either fixed or closed by this PR. See [GitHub Help: Closing issues using keywords](https://help.github.com/articles/closing-issues-via-commit-messages/).
|
||||
|
||||
- [ ] I am aware this project is being **archived on 2026-10-01**, that new features aren't accepted, and that bug fixes are looked at but not guaranteed to be merged. See [README](https://github.com/filebrowser/filebrowser/blob/master/README.md)
|
||||
- [ ] I am aware this project is being **archived on 2026-09-01**, that new features aren't accepted, and that bug fixes are looked at but not guaranteed to be merged. See [README](https://github.com/filebrowser/filebrowser/blob/master/README.md)
|
||||
- [ ] I am aware that translations MUST be made through [Transifex](https://app.transifex.com/file-browser/file-browser/) and that this PR is NOT a translation update
|
||||
- [ ] I am making a PR against the `master` branch.
|
||||
- [ ] I am sure File Browser can be successfully built. See [CONTRIBUTING.md](https://github.com/filebrowser/filebrowser/blob/master/CONTRIBUTING.md).
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Contributing
|
||||
|
||||
> [!WARNING]
|
||||
> File Browser is being archived on **2026-10-01**. New features are not being accepted. Bug-fix pull requests are still looked at until that date, but there is no guarantee they will be merged.
|
||||
> File Browser is being archived on **2026-09-01**. New features are not being accepted. Bug-fix pull requests are still looked at until that date, but there is no guarantee they will be merged.
|
||||
>
|
||||
> The instructions below are kept because they remain useful to anyone building the project from source.
|
||||
|
||||
|
|
@ -104,7 +104,7 @@ task release
|
|||
|
||||
## Translations
|
||||
|
||||
Translations are synced from Transifex until 2026-10-01; after that the integration stops and translations submitted there will no longer reach this repository.
|
||||
Translations are synced from Transifex until 2026-09-01; after that the integration stops and translations submitted there will no longer reach this repository.
|
||||
|
||||
Translations are managed on Transifex, which is an online website where everyone can contribute and translate strings for our project. It automatically syncs with the main language file \(in English\) and,, for you to contribute, you just need to:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
> [!WARNING]
|
||||
> **File Browser is being archived on 2026-10-01.** On that date this repository becomes read-only. There will be no further releases, and no security fixes, including for the [known unfixed issues](#security) listed below.
|
||||
> **File Browser is being archived on 2026-09-01.** On that date this repository becomes read-only. There will be no further releases, and no security fixes, including for the [known unfixed issues](#security) listed below.
|
||||
>
|
||||
> Existing releases and Docker images stay online and will not be withdrawn. All documentation lives in this repository under [`www/docs`](www/docs).
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ Documentation on how to install, configure, and build this project lives in [`ww
|
|||
|
||||
This project is a finished product which fulfills its goal: be a single binary web File Browser which can be run by anyone anywhere. It has been in **maintenance-only** mode, and is now being wound down.
|
||||
|
||||
- The repository is archived on **2026-10-01** and becomes read-only.
|
||||
- The repository is archived on **2026-09-01** and becomes read-only.
|
||||
- One last planned release ships before that date. It contains no functional changes, only a wind-down notice.
|
||||
- After that date there are no further releases, bug fixes, or security fixes.
|
||||
- Existing releases and Docker images stay online and are not withdrawn.
|
||||
|
|
@ -34,7 +34,7 @@ No further security fixes will be released. Two known issue classes remain unadd
|
|||
- **Command execution, runner, and hooks** (opt-in, disabled by default, [#5199](https://github.com/filebrowser/filebrowser/issues/5199))
|
||||
- **Session and JWT handling** ([#5216](https://github.com/filebrowser/filebrowser/issues/5216))
|
||||
|
||||
Previously published advisories are listed under [security advisories](https://github.com/filebrowser/filebrowser/security/advisories). Reporting instructions, which apply until 2026-10-01, are in [SECURITY.md](SECURITY.md).
|
||||
Previously published advisories are listed under [security advisories](https://github.com/filebrowser/filebrowser/security/advisories). Reporting instructions, which apply until 2026-09-01, are in [SECURITY.md](SECURITY.md).
|
||||
|
||||
If you keep running File Browser after the archive date, treat it as unmaintained software:
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ If you keep running File Browser after the archive date, treat it as unmaintaine
|
|||
|
||||
## Contributing
|
||||
|
||||
New features are not being accepted. Bug reports and bug-fix pull requests are still looked at until 2026-10-01, but there is no guarantee that they will be merged.
|
||||
New features are not being accepted. Bug reports and bug-fix pull requests are still looked at until 2026-09-01, but there is no guarantee that they will be merged.
|
||||
|
||||
[CONTRIBUTING.md](CONTRIBUTING.md) documents how to build and develop the project, which remains useful to anyone forking it.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# Security Policy
|
||||
|
||||
> [!WARNING]
|
||||
> File Browser is being archived on **2026-10-01**. Security reports are not accepted after that date, and no further security fixes will be released. The known unfixed issues, and hardening guidance for anyone who keeps running File Browser, are listed under [Security](README.md#security) in the README.
|
||||
> File Browser is being archived on **2026-09-01**. Security reports are not accepted after that date, and no further security fixes will be released. The known unfixed issues, and hardening guidance for anyone who keeps running File Browser, are listed under [Security](README.md#security) in the README.
|
||||
|
||||
## Supported Versions
|
||||
|
||||
| Version | Supported |
|
||||
| ------- | ------------------- |
|
||||
| 2.x | ✅ until 2026-10-01 |
|
||||
| 2.x | ✅ until 2026-09-01 |
|
||||
| < 2.0 | ❌ |
|
||||
|
||||
## Before Reporting
|
||||
|
|
@ -19,7 +19,7 @@ This project is in maintenance-only mode and is being wound down. To avoid dupli
|
|||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
Until 2026-10-01:
|
||||
Until 2026-09-01:
|
||||
|
||||
- **Critical:** report privately via the [Security](https://github.com/filebrowser/filebrowser/security) page.
|
||||
- **Non-critical:** open a public issue so the community can help; we'll label it as a security issue.
|
||||
|
|
@ -33,4 +33,4 @@ Please include, where possible:
|
|||
|
||||
We're a volunteer effort, so responses can take a while, and we may reach out for clarification. A report being accepted does not guarantee a fix will ship before the archive date.
|
||||
|
||||
After 2026-10-01 this repository is read-only and reports can no longer be submitted or acted on.
|
||||
After 2026-09-01 this repository is read-only and reports can no longer be submitted or acted on.
|
||||
|
|
|
|||
|
|
@ -193,7 +193,7 @@ user created with the credentials from options "username" and "password".`,
|
|||
setupLog(server.Log)
|
||||
|
||||
log.Println("NOTICE: File Browser is being wound down.")
|
||||
log.Println("NOTICE: The project is archived on 2026-10-01, after which there will be no")
|
||||
log.Println("NOTICE: The project is archived on 2026-09-01, after which there will be no")
|
||||
log.Println("NOTICE: further releases and no security fixes. Known unfixed issues are at")
|
||||
log.Println("NOTICE: https://github.com/filebrowser/filebrowser/security/advisories")
|
||||
|
||||
|
|
|
|||
|
|
@ -264,7 +264,7 @@
|
|||
"shareManagement": "Share Management",
|
||||
"shareDeleted": "Share deleted!",
|
||||
"singleClick": "Use single clicks to open files and directories",
|
||||
"sunsetBody": "This project is being wound down. It is archived on 2026-10-01, after which there will be no further releases, bug fixes, or security fixes. Existing releases and Docker images stay online. Do not expose this instance directly to the internet without authentication in front of it.",
|
||||
"sunsetBody": "This project is being wound down. It is archived on 2026-09-01, after which there will be no further releases, bug fixes, or security fixes. Existing releases and Docker images stay online. Do not expose this instance directly to the internet without authentication in front of it.",
|
||||
"sunsetLink": "Read the project status, known unfixed security issues, and hardening guidance",
|
||||
"sunsetTitle": "File Browser is being archived",
|
||||
"themes": {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
> [!WARNING]
|
||||
>
|
||||
> **File Browser is being archived on 2026-10-01.** There will be no further releases and no security fixes. Existing releases and Docker images stay online. For the project status, the known unfixed security issues, and hardening guidance, read the [README on GitHub](https://github.com/filebrowser/filebrowser#project-status).
|
||||
> **File Browser is being archived on 2026-09-01.** There will be no further releases and no security fixes. Existing releases and Docker images stay online. For the project status, the known unfixed security issues, and hardening guidance, read the [README on GitHub](https://github.com/filebrowser/filebrowser#project-status).
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue