Skip to content

Commit

Permalink
Update version to 1.0.0+cf.2023.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Dec 3, 2023
1 parent 0f377f0 commit b352679
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0+cf.2023.10.0] - 2023-12-03
Cloudflared version 2023.10.0.
This is the initial release of the app.

[Unreleased]: https://github.com/Radiokot/umbrel-cloudflared/compare/1.0.0+cf.2023.10.0...HEAD
[1.0.0+cf.2023.10.0]: https://github.com/Radiokot/umbrel-cloudflared/compare/6f17c2e531a30f65ee48ce67ae70e15dd6a778ef...1.0.0+cf.2023.10.0
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,28 @@ Access your [Umbrel](https://umbrel.com/) apps from the Internet using Cloudflar

![Screenshot](repository-assets/screen-1.png)

Get it from:
Get the app from:
- Umbrel app store – comming soon
- [Radiokot's Umbrel apps](https://github.com/Radiokot/umbrel-app-store)

## How to use it

To use this app, you must have a set up Cloudflare account with added domains. Check out [the guide with examples](https://github.com/Radiokot/umbrel-cloudflared/wiki/How-to-set-up-Cloudflare-Tunnel-on-your-Umbrel) to configure your own tunnel.
To use this app, you must have a set up Cloudflare account with added domains. Once you've done setting it up, check out [the guide with examples](https://github.com/Radiokot/umbrel-cloudflared/wiki/How-to-set-up-Cloudflare-Tunnel-on-your-Umbrel) to configure your own tunnel.

## Sponsorship
I am very grateful to everyone [supporting this project](https://radiokot.com.ua/tip) ♥ To join the public sponsors list, email me the transaction reference once it is complete.

## Environment variables
## Development notes
This web UI for [cloudflared](https://github.com/cloudflare/cloudflared) is intended to be used only in docker-compose deployment under Umbrel. The connector image it uses is [umbrel-cloudflared-connector](https://github.com/Radiokot/umbrel-cloudflared-connector).

### Versioning
This app uses [Semantic Versioning 2.0.0](https://semver.org/#spec-item-11). Hence it is closely connected to [cloudflared](https://github.com/cloudflare/cloudflared), the corresponding version is specified in the build metadata part, after the "+" sign.

All the user-facing changes in the app are listed in the [changelog file](CHANGELOG.md).

### Environment variables
|Name|Meaning|
|-|-|
|`CLOUDFLARED_HOSTNAME`|Hostname or IP of the `cloudflared` container|
|`CLOUDFLARED_METRICS_PORT`|`cloudflared` metrics server port on the corresponding container|
|`CLOUDFLARED_TOKEN_FILE`|Path to a file to store the connector token|
|`CLOUDFLARED_HOSTNAME`|Hostname or IP of the connector container|
|`CLOUDFLARED_METRICS_PORT`|`cloudflared` metrics server port in the connector container. The corresponding value must be set for connector|
|`CLOUDFLARED_TOKEN_FILE`|Path to a file to store the connector token. The corresponding value must be set for the connector|
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umbrel-cloudflared",
"version": "0.0.1",
"version": "1.0.0+cf.2023.10.0",
"private": true,
"scripts": {
"prepare": "svelte-kit sync",
Expand Down

0 comments on commit b352679

Please sign in to comment.