Skip to content

Commit

Permalink
feat: change URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed Mar 29, 2024
1 parent dff4e10 commit ff722be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Generates ICS from SportEasy

## Simple and rapid use

Go to https://sporteasy-converter.tbmc.fr/
Go to https://sporteasy-calendar-connector.tbmc.ovh

## Add SportEasy events to Google Calendar

Expand All @@ -24,10 +24,10 @@ Application listen on port `5000`.

The same image is available from 2 different registry:

| Host | Docker image |
|----------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
| [ Github ]( https://github.com/tbmc/sporteasy-calendar-connector/pkgs/container/sporteasy-calendar-connector ) | [ ghcr.io/tbmc/sporteasy-calendar-connector:latest ]( ghcr.io/tbmc/sporteasy-calendar-connector:latest ) |
| [ Docker Hub ]( https://hub.docker.com/r/tbmc/sporteasy-calendar-connector ) | [ tbmc/sporteasy-calendar-connector ]( tbmc/sporteasy-calendar-connector:latest ) |
| Host | Docker image |
|----------------------------------------------------------------------------------------------------------------|--------------------------------------------------|
| [ Github ]( https://github.com/tbmc/sporteasy-calendar-connector/pkgs/container/sporteasy-calendar-connector ) | ghcr.io/tbmc/sporteasy-calendar-connector:latest |
| [ Docker Hub ]( https://hub.docker.com/r/tbmc/sporteasy-calendar-connector ) | tbmc/sporteasy-calendar-connector:latest |

## How to use it

Expand Down Expand Up @@ -67,7 +67,7 @@ You can use mine, but at your own risk.
:warning: Data in base64 are not ciphered.

``
https://sporteasy-converter.tbmc.fr?data={base64Data}
https://sporteasy-calendar-connector.tbmc.ovh?data={base64Data}
``

## Info
Expand Down
Binary file modified docs/fromUrlPasteUrl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion env_to_base64.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

print(f'Data: "{encoded_data}"\n')
print("Default URL:")
print(f"https://sporteasy-converter.tbmc.fr?" + encoded_data)
print(f"https://sporteasy-calendar-connector.tbmc.ovh?" + encoded_data)

0 comments on commit ff722be

Please sign in to comment.