https://github.com/vbem/aliyun-oss-private-website
To create a static website for private network access on top of an Aliyun private OSS bucket.
https://github.com/vbem/aliyun-oss-private-website
aliyun oss private static website
Last synced: about 2 months ago
JSON representation
To create a static website for private network access on top of an Aliyun private OSS bucket.
- Host: GitHub
- URL: https://github.com/vbem/aliyun-oss-private-website
- Owner: vbem
- License: apache-2.0
- Created: 2022-04-09T14:31:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T15:40:53.000Z (about 4 years ago)
- Last Synced: 2025-12-31T23:58:09.477Z (5 months ago)
- Topics: aliyun, oss, private, static, website
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# aliyun-oss-private-website
Though Aliyun [OSS](https://www.alibabacloud.com/help/en/object-storage-service) provides a [static website hosting](https://www.alibabacloud.com/help/en/object-storage-service/latest/static-website-hosting-overview) solution, you need to set you objects as [public-read](https://www.alibabacloud.com/help/en/object-storage-service/latest/bucket-acl). Sometimes for cyber security reasons, a static website only available to enterprise private network is preferred.
This solution demonstrates how to create a **static website for private network access** on top of an Aliyun **private OSS bucket** using [*rclone*](https://rclone.org/). Checkout `private-website-docker.bash` as an example. For production environment, it's advised to use a Kubernetes to host the *rclone* daemon.
