瀏覽代碼

updated fresh page with download link/vid pos

Harlan Iverson 7 年之前
父節點
當前提交
caa0984249
共有 3 個文件被更改,包括 12 次插入7 次删除
  1. 1 0
      .gitignore
  2. 6 6
      app/resources/templates/md/pages/fresh.md
  3. 5 1
      scripts/env.sh

+ 1 - 0
.gitignore

@@ -1,2 +1,3 @@
 ./app
 ./app
+./scripts/env-local.sh
 *~
 *~

+ 6 - 6
app/resources/templates/md/pages/fresh.md

@@ -11,7 +11,7 @@
 
 
 FreshSpooge is a solution for video websites and apps.
 FreshSpooge is a solution for video websites and apps.
 
 
-
+# WHATS ISPOOGE LIVE VIDEO
 
 
 ## For live streamers
 ## For live streamers
 
 
@@ -36,9 +36,6 @@ and make it public if you like. Third party login integration is simple to add t
 IT operations are cumbersome and sometimes we store sensitive information. Worse, sometimes our computer 
 IT operations are cumbersome and sometimes we store sensitive information. Worse, sometimes our computer 
 illiterate family members store valuable information and it is lost during a confusing click through process.
 illiterate family members store valuable information and it is lost during a confusing click through process.
 
 
-
-
-
 # Features
 # Features
 
 
 * Free and Libre interactive video solution
 * Free and Libre interactive video solution
@@ -51,7 +48,6 @@ illiterate family members store valuable information and it is lost during a con
 * Hardware accelerated video processing
 * Hardware accelerated video processing
 * iOS and Android system media player integration.
 * iOS and Android system media player integration.
 
 
-# WHATS ISPOOGE LIVE VIDEO
 
 
 
 
 # System Requirements
 # System Requirements
@@ -64,4 +60,8 @@ illiterate family members store valuable information and it is lost during a con
 # Design
 # Design
 
 
 * Lectures are available on our YouTube channel, mostly in the [Tiny Datacenter](https://www.youtube.com/watch?v=7rcR3zLaGxw&list=PLD5lYPY-uZpoEVzJkgE2ejlSk9uG2TRlP) playlist
 * Lectures are available on our YouTube channel, mostly in the [Tiny Datacenter](https://www.youtube.com/watch?v=7rcR3zLaGxw&list=PLD5lYPY-uZpoEVzJkgE2ejlSk9uG2TRlP) playlist
-* Please ask for specific details if desired.
+* Please ask for specific details if desired.
+
+# Download
+
+* [Source Code](https://github.com/harlanji/ispooge)

+ 5 - 1
scripts/env.sh

@@ -19,9 +19,13 @@ HOSTS=ispooge.com
 
 
 
 
 NAME_STATIC=ispooge.com-static
 NAME_STATIC=ispooge.com-static
-IMAGE_STATIC=docker-registry.local:5000/ispooge.com/ispooge-static:27
+IMAGE_STATIC=docker-registry.local:5000/ispooge.com/ispooge-static:28
 IMAGE_STATIC_LOCAL=ispooge-static
 IMAGE_STATIC_LOCAL=ispooge-static
 
 
 NAME_STREAMING=ispooge.com-streaming
 NAME_STREAMING=ispooge.com-streaming
 IMAGE_STREAMING=docker-registry.local:5000/ispooge.com/ispooge-streaming:3
 IMAGE_STREAMING=docker-registry.local:5000/ispooge.com/ispooge-streaming:3
 IMAGE_STREAMING_LOCAL=ispooge-streaming
 IMAGE_STREAMING_LOCAL=ispooge-streaming
+
+if [ -f scripts/env-local.sh ]; then
+  source scripts/env-local.sh
+fi