Skip to content

Commit

Permalink
add gospeed
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Mar 12, 2024
1 parent 83e906d commit e37da4c
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 83 deletions.
1 change: 0 additions & 1 deletion apps/flowise/src/after_up.sh

This file was deleted.

12 changes: 0 additions & 12 deletions apps/flowise/src/encrypt.sh

This file was deleted.

3 changes: 0 additions & 3 deletions apps/flowise/src/filelist

This file was deleted.

1 change: 0 additions & 1 deletion apps/flowise/src/get_version.sh

This file was deleted.

57 changes: 0 additions & 57 deletions apps/flowise/src/nginx-proxy.conf

This file was deleted.

8 changes: 0 additions & 8 deletions apps/flowise/src/php_exra.ini

This file was deleted.

1 change: 0 additions & 1 deletion apps/flowise/src/replace_url.sh

This file was deleted.

17 changes: 17 additions & 0 deletions apps/gopeed/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
W9_REPO=liwei2633/gopeed
W9_DIST=community
W9_VERSION=latest
W9_HTTP_PORT_SET=9001

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####

W9_ID=gopeed
W9_HTTP_PORT=9999
W9_URL=example.com
W9_NETWORK=websoft9
#### ----------------------------------------------------------------------------------------- ####


# Below environment is created by Gospeed


5 changes: 5 additions & 0 deletions apps/gopeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CHANGELOG

## Release
### Fixes and Enhancements

1 change: 1 addition & 0 deletions apps/gopeed/Notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Gospeed
26 changes: 26 additions & 0 deletions apps/gopeed/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# docs: https://docs.gopeed.com/install.html

version: '3.8'

services:

gospeed:
image: $W9_REPO:$W9_VERSION
container_name: $W9_ID
restart: unless-stopped
command: ["-u", "admin", "-p", "123456"]
ports:
- $W9_HTTP_PORT_SET:9999
env_file: .env
volumes:
- download:/root/Downloads
- storage:/app/storage

volumes:
download:
storage:

networks:
default:
name: $W9_NETWORK
external: true
3 changes: 3 additions & 0 deletions apps/gopeed/src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# About

This folder includes files mount to container and used by Websoft9
18 changes: 18 additions & 0 deletions apps/gopeed/variables.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "gopeed",
"trademark": "Gopeed",
"release": false,
"fork_url": "https://github.com/GopeedLab/gopeed",
"edition": [
{
"dist": "community",
"version": ["latest"]
}
],
"requirements": {
"cpu": "1",
"memory": "1",
"disk": "1",
"url": "https://docs.gopeed.com/install.html"
}
}

0 comments on commit e37da4c

Please sign in to comment.