• Stars
    star
    184
  • Rank 209,187 (Top 5 %)
  • Language
    HTML
  • License
    Apache License 2.0
  • Created about 11 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Moved to http://bit.ly/podcast-server | This is a mirror |

Podcast-Server

Back-end : Codacy Badge codecov

Front-end : Code Climate

Docker images : Backend UI File-System Init-db

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.