Compare commits
No commits in common. "e012c6c81ffaca743837b2a3fe67b7c4f4c535ac" and "37b02f7a08cbb6f188e0fa6b9ef9d7c912b418f0" have entirely different histories.
e012c6c81f
...
37b02f7a08
3 changed files with 1 additions and 47 deletions
|
@ -1,46 +0,0 @@
|
||||||
---
|
|
||||||
title: SVR.JS 4.0.0-beta3 has been released
|
|
||||||
date: 2024-08-30 08:13:10
|
|
||||||
tags:
|
|
||||||
- webserver
|
|
||||||
- web
|
|
||||||
- release
|
|
||||||
category: News
|
|
||||||
thumbnail: /images/covers/SVR-JS-4-0-0-beta3-has-been-released.png
|
|
||||||
---
|
|
||||||
**We are thrilled to announce the third beta release of SVR.JS 4.0.0!** This release contains several bug fixes.
|
|
||||||
|
|
||||||
## What's new in SVR.JS 4.0.0-beta3?
|
|
||||||
|
|
||||||
Here's the differences between SVR.JS 4.0.0-beta3 and SVR.JS 4.0.0-beta2:
|
|
||||||
- Fixed the bug related to forbidden path checking.
|
|
||||||
- Fixed "NaN" file sizes in directory listings.
|
|
||||||
- SVR.JS zip archives now include empty directories.
|
|
||||||
|
|
||||||
## Getting Started with SVR.JS 4.0.0-beta3
|
|
||||||
|
|
||||||
### Installation
|
|
||||||
To get started with the beta version, you can install it via SVR.JS installer for GNU/Linux or manually.
|
|
||||||
|
|
||||||
If you want to install SVR.JS manually, you can read the [tentative documentation](https://svrjs.org/docs/tentative#Manual-installation) for SVR.JS 4.0.0-beta3.
|
|
||||||
|
|
||||||
If you want to install via SVR.JS installer for GNU/Linux, first [download SVR.JS 4.0.0-beta3 zip archive](https://downloads.svrjs.org/beta/svr.js.4.0.0.beta3.zip), then run this command:
|
|
||||||
```bash
|
|
||||||
curl -fsSL https://downloads.svrjs.org/installer/svr.js.installer.linux.20240509.sh > /tmp/installer.sh && sudo bash /tmp/installer.sh
|
|
||||||
```
|
|
||||||
You will be then prompted about the type of installation. Choose option "2" to install SVR.JS from the zip archive, and type in the path to the SVR.JS 4.0.0-beta3 zip archive you have just downloaded.
|
|
||||||
|
|
||||||
After typing the path, you may be prompted to install dependencies via GNU/Linux distribution's package manager. Proceed with the installation of dependencies.
|
|
||||||
|
|
||||||
After installation, SVR.JS should be listening at http://localhost.
|
|
||||||
|
|
||||||
### Documentation
|
|
||||||
You can read the [tentative documentation](https://svrjs.org/docs/tentative) for SVR.JS 4.0.0-beta3.
|
|
||||||
|
|
||||||
### Feedback and support
|
|
||||||
We value your feedback and are eager to hear your thoughts on this beta release. Please report any bugs or feature requests through our [issues page on our Git server](https://git.svrjs.org/svrjs/svrjs/issues). Your input will help us make SVR.JS even better.
|
|
||||||
|
|
||||||
## Thank you!
|
|
||||||
|
|
||||||
We want to extend a heartfelt thank you to our community for your support and contributions. Your feedback and suggestions have been invaluable in shaping SVR.JS into what it is today.
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 154 KiB |
|
@ -28,7 +28,7 @@ copyright:
|
||||||
sidebar: right
|
sidebar: right
|
||||||
widgets:
|
widgets:
|
||||||
- search
|
- search
|
||||||
# - newsletter
|
- newsletter
|
||||||
- category
|
- category
|
||||||
- tagcloud
|
- tagcloud
|
||||||
- archive
|
- archive
|
||||||
|
|
Reference in a new issue