Podcast-Server
Application design to be your Podcast local proxy in your lan network.
It also works on many sources like Youtube, Dailymotion, CanalPlusโฆ Check this http://davinkevin.github.io/Podcast-Server/ and enjoy !
The application is available in docker images, see docker links above.
Development
Start components with Skaffold:
Requirement: Having a kubernetes ingress available in your docker-for-desktop
install (procject-contour)
- Set up your kubernetes context to
docker-for-desktop
- Start every components:
./dev.sh
- Access the application on
https://localhost/
and/or define a name alias in your/etc/hosts
file - (optional) if you want to rebuild the frontend (ui-v1) on change, execute
./mvnw -f frontend-angularjs/pom.xml frontend:gulp@skaffold-watch
in another terminal
Install
To see how to install the application, follow the install documentation
License
Copyright 2022 DAVIN KEVIN
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.