From a779c65a2664fa0350c8065bc0ef959df170ed2f Mon Sep 17 00:00:00 2001 From: Jan Oppolzer Date: Wed, 27 Mar 2024 20:29:30 +0100 Subject: [PATCH] Update address WRT repo transfer --- README.md | 6 +++--- envoy.example | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a54620..df1284a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Makovec is a simple [Laravel](https://www.laravel.com)-based web application to manage devices not using 802.1X to connect to local area network (LAN) in CESNET's Telehouse offices. -[![Actions Status](https://github.com/JanOppolzer/makovec/workflows/Laravel/badge.svg)](https://github.com/JanOppolzer/makovec/actions) +[![Actions Status](https://github.com/CESNET/makovec/workflows/Laravel/badge.svg)](https://github.com/CESNET/makovec/actions) ## Requirements @@ -135,7 +135,7 @@ The destination host should be running Ubuntu 22.04 LTS (Jammy Jellyfish) with P Clone this repository: ```bash -git clone https://github.com/JanOppolzer/makovec +git clone https://github.com/CESNET/makovec ``` Install PHP dependencies: @@ -187,7 +187,7 @@ There is one downside with stories, though. If your SSH agent requests confirmin To run this application locally for development, the easiest way is via Laravel Sail. ```bash -git clone https://github.com/JanOppolzer/makovec +git clone https://github.com/CESNET/makovec cd makovec composer install cp .env.example .env diff --git a/envoy.example b/envoy.example index cfbd920..e3dbee1 100644 --- a/envoy.example +++ b/envoy.example @@ -2,7 +2,7 @@ TARGET_SERVER=server.example.org TARGET_USER=web TARGET_DIR=makovec -REPOSITORY=https://github.com/JanOppolzer/makovec +REPOSITORY=https://github.com/CESNET/makovec APP_NAME=Makovec APP_ENV=production