https://github.com/matejamaric/yota-laravel
Serbian YOTA website made in Laravel.
https://github.com/matejamaric/yota-laravel
frequencies laravel php radio-amateurs
Last synced: 30 days ago
JSON representation
Serbian YOTA website made in Laravel.
- Host: GitHub
- URL: https://github.com/matejamaric/yota-laravel
- Owner: MatejaMaric
- License: gpl-3.0
- Created: 2021-01-17T11:19:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T17:48:18.000Z (about 2 years ago)
- Last Synced: 2025-10-19T16:47:08.367Z (8 months ago)
- Topics: frequencies, laravel, php, radio-amateurs
- Language: PHP
- Homepage: https://yota.yu1srs.org.rs
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### About:
Website made for [Serbian YOTA section](https://yota.yu1srs.org.rs).
Primarily used for special callsign and frequency reservation handling, but it also has a gallery and a news system.
### Deployment:
This project is packaged using [Nix](https://nixos.org/) and [Nix Flakes](https://wiki.nixos.org/wiki/Flakes).
You can use [NixOS Containers](https://nixos.org/manual/nixos/stable/#ch-containers) to test things out.
For example:
```bash
# Create a container
sudo nixos-container create yotalaravel --flake .#testContainer
# List containers
sudo nixos-container list
# Start a container
sudo nixos-container start yotalaravel
# Check container logs
sudo journalctl -M yotalaravel
# Show container ip address
sudo nixos-container show-ip yotalaravel
# Show the index page served by a container with IP 10.233.1.2
curl http://10.233.1.2
# Login into a container
sudo nixos-container root-login yotalaravel
# Update a container
sudo nixos-container update yotalaravel --flake .#testContainer
# Remove a container
sudo nixos-container destroy yotalaravel
```
### License:
Copyright (C) 2020 Mateja Maric
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .