Skip to content

Commit 947ad05

Browse files
authored
Add files via upload
1 parent 2a5d733 commit 947ad05

File tree

1 file changed

+31
-28
lines changed

1 file changed

+31
-28
lines changed

README.md

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11

22
# SecureCloud
3-
<b> Your new Cloud. Free and Open Source.
3+
<b> Your new Cloud. Free and Open Source.
4+
By Strawberry Software </b>
45

56
## What is SecureCloud?
67
SecureCloud is a free and open source cloud that makes storing files on your (home) server more than easy!
78

89
## How does SecureCloud work?
9-
SecureCloud is currently in the early beta phase, so many features are not yet available.
10-
SecureCloud will be available in English & German.
10+
SecureCloud is currently a stable product, and includes some features. Some features will be added soon!
11+
SecureCloud is available in English & German
1112

1213
## How can I install SecureCloud?
1314
Via the Install Script, which can be found in [this](https://github.com/Strawberry-Software-Industries/Install-SecureCloud) Repository.
1415

1516
## Important notes when you start SecureCloud for the first time
17+
**<u>NOTE: If you are using SecureCloud 1.0 or higher, you do not need to follow this information.<u>**<br>
1618
If you start SecureCloud for the first time, please note that you have to change the Local IP address to the IP address the device uses.
1719

1820
if __name__ == '__main__':
@@ -29,45 +31,46 @@ For example:
2931
Now you can reach SecureCloud via your given IP address (for me `192.168.2.101`). In the beta phase you have to note that you have to put "/home" behind the IP address, otherwise you will get on a 404 page. (for example `192.168.2.101/home`
3032

3133
## Supported Platforms
32-
For SecureCloud to run well, you always need the latest version of python3.
33-
Therefore only the LTS distributions and the latest distribution of Ubuntu are supported, and only Debian Stable (Debian 11) & Oldstable (Debian 10) are supported.
34-
If you manage to get SecureCloud running on Debian 9, and Ubuntu 16.04, 20.10 without much effort, feel free to send a pull request.
34+
SecureCloud works on Python 3.9 or higher. However, the Strawberry Software team recommends using the latest Python 3.10 version. All versions below Python 3.9 are untested and may not work.
35+
Since some distributions use a version below Python 3.9, we have removed support for this distro.
36+
If you manage to get SecureCloud running on Debian 9, and Ubuntu 16.04 without much effort, feel free to send a pull request.
3537

3638
## Linux Support
3739
| Platform | Version | Supported| Branch |
3840
|--|--|--| -- |
3941
| Debian | 9 and below | No | OldOldstable |
4042
| Debian | 10 | Yes | Oldstable |
41-
| Debian | 11 | Yes | Stable |
42-
| Debian | 12 | Yes | Testing |
43+
| Debian | 11 | Yes | Stable |
44+
| Debian | 12 | Yes | Testing |
4345
| Debian | Sid | Yes | Unstable |
44-
| Ubuntu | 16.04 | No | ESM |
46+
| Ubuntu | 16.04 | No | ESM |
4547
| Ubuntu | 18.04 | Yes | Stable |
4648
| Ubuntu | 20.04 | Yes | Stable |
47-
| Ubuntu | 20.10 | No | End of Life |
48-
| Ubuntu | 21.04 | No | End of Life |
49+
| Ubuntu | 20.10 | Yes | End of Life |
50+
| Ubuntu | 21.04 | Yes | End of Life |
4951
| Ubuntu | 21.10 | Yes | Current |
50-
| Ubuntu | 22.04 | Yes | Future |
51-
| Gentoo | - | Yes | Rolling Release|
52-
| Arch | - | Yes | Rolling Release |
52+
| Ubuntu | 22.04 | Yes | Future |
53+
| Gentoo | - | Yes | Rolling Release |
54+
| Arch | - | Yes | Rolling Release |
55+
| Manjaro | - | Yes | Rolling Release |
56+
5357

5458
## Windows Support
5559
| Platform | Version | Supported|
5660
|--|--|--|
57-
| Windows | 10 Build 2004 and above | Yes|
58-
| Windows 11| Any | Yes |
59-
| Windows 7 | Any | No |
61+
| Windows 7 | - | No |
62+
| Windows 8 | - | No |
63+
| Windows 8.1 | - | Yes |
64+
| Windows 10 | Build 1909 and above | Yes|
65+
| Windows 11 | Build 22000.51 and above | Yes |
66+
6067

6168
## BSD Support
6269
***BSD Support wasn't tested yet.***
6370
| Platform | Version | Supported|
6471
|--|--|--|
65-
| BSD | Any | Yes|
66-
| BSD | Any | Yes |
67-
| BSD | Any | No |
68-
69-
70-
72+
| FreeBSD | Any | Yes|
73+
| OpenBSD | Any | Yes |
7174

7275
## Does this also work on a Raspberry Pi?
7376
Yes of course! SecureCloud is optimized for the Raspberry Pi, and has been tested on a Raspberry Pi by the Strawberry developers.
@@ -76,15 +79,15 @@ Yes of course! SecureCloud is optimized for the Raspberry Pi, and has been teste
7679
## System requirements
7780

7881
#### **Minimal requirements**
79-
- **RAM:** 256 MB or more
80-
- **CPU:** Any x86, or armv7l CPU with 1 Core and 900MHz clock speed
82+
- **RAM:** 128 MB or more
83+
- **CPU:** Any x86, or armv7l CPU with 1 Core and 800MHz clock speed
8184
- **Storage:** 1 GB
8285
- **Internet connection via wifi**
83-
- **OS:** Debian 10 or higher | Ubuntu 16.04 or higher
86+
- **OS:** Debian 10 or higher | Ubuntu 18.04 or higher
8487

8588
#### **Recommended requirements**
86-
- **RAM:** 1 GB or more
87-
- **CPU:** Any x86, x64, armv7l or aarch64 CPU with 2 Cores and 1,3GHz clock speed
89+
- **RAM:** 512 MB or more
90+
- **CPU:** Any x86, x64, armv7l or aarch64 CPU with 2 Cores and 1,0GHz clock speed
8891
- **Storage:** 5 GB
8992
- **Internet connection via LAN**
9093
- **OS:** Debian 11 or higher | Ubuntu 20.04 or higher

0 commit comments

Comments
 (0)