Skip to content

Commit

Permalink
Merge branch 'master' into player-cooler-fm
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencrader authored Jun 26, 2024
2 parents fae1830 + f965c3e commit f58385f
Show file tree
Hide file tree
Showing 36 changed files with 928 additions and 308 deletions.
2 changes: 2 additions & 0 deletions .env-example
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ API_SECRET=ABC
# separate key for add action
API_ADD_KEY=ABC
API_ADD_SECRET=ABC
# API User Agent
API_USER_AGENT=PodcastIndexBot/@podcast@noagendasocial.com
# This is the port that the UI server starts on
PORT=5001
# this can be 'development' or 'production'
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.20.2
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"user-agent-app": "www",
"license": "MIT",
"private": true,
"packageManager": "yarn@3.4.1",
"dependencies": {
"@hcaptcha/react-hcaptcha": "^0.3.9",
"@types/dompurify": "^2.4.0",
Expand All @@ -23,6 +24,7 @@
"dompurify": "^2.4.3",
"dotenv": "^8.2.0",
"dotenv-webpack": "^8.0.1",
"ejs": "^3.1.9",
"express": "^4.17.1",
"history": "^4.10.1",
"moment": "^2.29.0",
Expand Down
Binary file added server/assets/applepodcasts.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added server/assets/aushalogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions server/assets/episodesfm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added server/assets/metacast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added server/assets/oncetold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added server/assets/overhaulfm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added server/assets/pocketCasts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified server/assets/podcastaddict.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions server/assets/podcastaddict.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added server/assets/podcastai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed server/assets/podfans.png
Binary file not shown.
1 change: 1 addition & 0 deletions server/assets/podigee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added server/assets/podrocket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified server/assets/podverse.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified server/assets/rssblue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added server/assets/seriouslysimplepodcasting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added server/assets/truefans.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions server/data/apps-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"podcast player",
"music player",
"video",
"sn-network",
"blockchain",
"podcaster wallet",
"open source",
Expand Down Expand Up @@ -114,11 +113,9 @@
"Location",
"Person",
"Value",
"Sn-Network",
"Boostagrams",
"Sat Streaming",
"Video",
"Synchronize",
"Podping",
"Alternate Enclosure",
"Trailer",
Expand Down
Loading

0 comments on commit f58385f

Please sign in to comment.