mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 07:39:09 +00:00 
			
		
		
		
	Updated Readme
Updated Readme
This commit is contained in:
		
							parent
							
								
									e1bbcc3c9f
								
							
						
					
					
						commit
						0bb3d75fef
					
				
					 1 changed files with 25 additions and 17 deletions
				
			
		
							
								
								
									
										42
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										42
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
					@ -21,27 +21,22 @@ removed.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Cloud Five Limited](https://cloud-v.net/) for providing the hosting for demo installation.
 | 
					[Cloud Five Limited](https://cloud-v.net/) for providing the hosting for demo installation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 2.0 changes:
 | 
					## 2.1.0 changes:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Unfortunately you cannot migrate your current install to the new 2.0 version**
 | 
					* Added Seedbox CRUD
 | 
				
			||||||
 | 
					* Added dark mode (settings option. Bootstrap-Night https://vinorodrigues.github.io/bootstrap-dark-5/)
 | 
				
			||||||
* Laravel framework (version 9).
 | 
					* Added some foreign keys for certain tables
 | 
				
			||||||
* Breeze authentication.
 | 
					* Added functions for IP and label assignments
 | 
				
			||||||
* API GET for any of the CRUD data.
 | 
					* Added functions to forget (clear) cache, preventing chunks of duplicate code
 | 
				
			||||||
* Labels (titles/desc) CRUD.
 | 
					* Added VMware to server virt select dropdown options
 | 
				
			||||||
* Misc services CRUD.
 | 
					* Added Kharkiv and Sao Paulo to locations seeder
 | 
				
			||||||
* DNS CRUD.
 | 
					* Updated Controllers with DB calls and logic moved to relevant Model
 | 
				
			||||||
* Ip address CRUD.
 | 
					* Updated DB calls for caching
 | 
				
			||||||
* Reseller hosting.
 | 
					* Updated home page view links on recently added
 | 
				
			||||||
* Added Operating systems to DB, Deleting and creating them now possible.
 | 
					 | 
				
			||||||
* Make servers displayable public with config options to hide certain values.
 | 
					 | 
				
			||||||
* Vue JS used where possible.
 | 
					 | 
				
			||||||
* Datatables used on large tables (Locations, labels, and providers).
 | 
					 | 
				
			||||||
* Added caching for home page and servers
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Requires
 | 
					## Requires
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* PHP 8 (minimum, compatible with 8.1)
 | 
					* PHP 8 (8.1 recommended)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Features
 | 
					## Features
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -73,7 +68,16 @@ removed.
 | 
				
			||||||
* Run `php artisan migrate:fresh --seed` to create tables and seed data
 | 
					* Run `php artisan migrate:fresh --seed` to create tables and seed data
 | 
				
			||||||
* Run `php artisan serve`
 | 
					* Run `php artisan serve`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Update
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					If you have at least version 2.0 installed:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Run `git clone https://github.com/cp6/my-idlers.git`
 | 
				
			||||||
 | 
					* Run `composer install`
 | 
				
			||||||
 | 
					* Run `php artisan migrate`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Run using Docker
 | 
					## Run using Docker
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
docker run \
 | 
					docker run \
 | 
				
			||||||
  -p 8000:8000\
 | 
					  -p 8000:8000\
 | 
				
			||||||
| 
						 | 
					@ -140,6 +144,10 @@ All API requests must be appended with `api/` e.g `mydomain.com/api/servers/gYk8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`reseller/{id}`
 | 
					`reseller/{id}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					`seedbox/`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					`seedbox/{id}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`settings/`
 | 
					`settings/`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`shared/`
 | 
					`shared/`
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue