Skip to content

Commit

Permalink
Migrate point [0.5.0] for client [2.0.0] for server part
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatnaspirala committed Jun 17, 2021
1 parent becc969 commit eca782b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
13 changes: 7 additions & 6 deletions vue-ts-starter/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

# VULETUBE web application #
### Project name: Vue project generator ###
##### First feature: YouTube vs Threejs #####
##### version 0.3.1 #####
##### Public access for VuleTube service: #####
##### https://maximumroulette.com:3000 #####
# VULETUBE web application
### Project name: Vue project generator
#### First feature: YouTube vs Threejs
#### version 0.5.0
#### Public access for VuleTube service:
#### https://maximumroulette.com:3000

![vuletube](https://github.com/zlatnaspirala/vue-typescript-starter/blob/master/vue-ts-starter/public/assets/vule-logo1.png)

Expand Down Expand Up @@ -47,6 +47,7 @@ Run:
- Version: typescript 3.9.6
- Visual Code Text Editor used.
- NodeJS based backend part.
- youtube-dl used version 3.5.0

### Features Flow ###

Expand Down
2 changes: 1 addition & 1 deletion vue-ts-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuletube-yt-alternative-viewer",
"version": "0.4.1",
"version": "0.5.0",
"private": false,
"scripts": {
"app": "node server-connector.js",
Expand Down
13 changes: 7 additions & 6 deletions vue-ts-starter/server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

# Vue project generator #
## Server part ##
# Project name youtube-3d Server part

- Based on nodejs
- Support for youtubeComponent.vue
Expand All @@ -10,18 +9,20 @@
node server-connector.js
```

Used last version `Cent os 8.3`

Cent os 8.3
```
```js
firewall-cmd --permanent --add-port=3000/tcp
firewall-cmd --reload
```

## Buggy
## Buggy on windows os but fixable

```
```js
npm rebuild node-sass
```

## Help link

Help page for fail2ban trouble moments.
https://www.fail2ban.org/wiki/index.php/Commands
2 changes: 1 addition & 1 deletion vue-ts-starter/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuletube-server",
"version": "1.0.0",
"version": "2.0.0",
"description": "VuleTube webserver based on nodejs. It is a server part of VuleTube with port `3000`.",
"main": "server-connector.js",
"scripts": {
Expand Down

0 comments on commit eca782b

Please sign in to comment.