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 fat-jar format or in docker images
Run in local env:
Building components for local use:
- building base-image:
docker build -t podcastserver/backend-base-image:master -f backend/src/main/docker/base-image/Dockerfile .
- building backend:
mvn clean liquibase:dropAll liquibase:update jooq-codegen:generate compile jib:dockerBuild -Ddatabase.url=jdbc:h2:/tmp/podcast-server -Dtag=local-dev
- building ui:
env CI_COMMIT_TAG=latest ./ui/build.sh
(with both front already built before) - building fs:
env CI_COMMIT_TAG=latest ./files-system/build.sh
Start components with Skaffold:
- 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
License
Copyright 2018 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.