Dane Everitt
|
ee184768b8
|
Remove unused code
|
2020-05-03 21:31:02 -07:00 |
|
Dane Everitt
|
2e055cf630
|
Unsubscribe any open event listeners when deleting a server
|
2020-05-03 21:30:16 -07:00 |
|
Dane Everitt
|
fab489d264
|
Check for server existence when connecting to a websocket
|
2020-05-03 21:30:07 -07:00 |
|
Dane Everitt
|
7f93e5f9d5
|
Merge branch 'develop' of https://github.com/pterodactyl/wings into develop
|
2020-05-03 21:04:23 -07:00 |
|
Dane Everitt
|
ac011214f7
|
Ensure the temp directory exists before trying to make a directory in it
|
2020-05-03 21:04:16 -07:00 |
|
Dane Everitt
|
58262aa252
|
Merge pull request #29 from pterodactyl/add/dockerfile
Add dockerfile
|
2020-05-03 20:44:04 -07:00 |
|
Dane Everitt
|
eba5aa8cbe
|
Merge pull request #26 from pterodactyl/add/data_folder
add data folder on first startup
|
2020-05-03 20:43:03 -07:00 |
|
Dane Everitt
|
b2797ed292
|
Abstract out shared backup functionality
|
2020-05-02 15:02:02 -07:00 |
|
Dane Everitt
|
507d0100cf
|
Hilariously rough code to get a backup pushed into S3
|
2020-04-26 17:20:26 -07:00 |
|
Dane Everitt
|
91d12ab9a7
|
More abstract support for backups & misc code cleanup in that area
|
2020-04-26 16:43:18 -07:00 |
|
Dane Everitt
|
1e2da95d26
|
Support data coming from the panel better
|
2020-04-26 16:21:58 -07:00 |
|
Michael Parker
|
2828eaed32
|
update dockerfile
add build flags
add upx for application compression
|
2020-04-26 18:12:01 -04:00 |
|
Michael Parker
|
12d43a9f49
|
add trailing /
add trailing to signify a folder.
|
2020-04-25 22:38:18 -04:00 |
|
Michael Parker
|
00ed6f3985
|
update for new defaults.
|
2020-04-25 22:37:00 -04:00 |
|
Michael Parker
|
377cae4d48
|
Add docker files
Add Dockerfile
Add docker-compose.yml
|
2020-04-25 22:37:00 -04:00 |
|
Dane Everitt
|
151b00de23
|
Unused variable
|
2020-04-25 18:20:49 -07:00 |
|
Dane Everitt
|
b2f6863399
|
Set memory overheads higher than the limit so that hard crashes are less likely
|
2020-04-25 18:20:20 -07:00 |
|
Dane Everitt
|
46056dbce9
|
Fix truncation when saving file changes; closes pterodactyl/panel#1956
|
2020-04-25 13:12:17 -07:00 |
|
Dane Everitt
|
7321fe1421
|
Make DNS settings for containers configurable, closes #1965
|
2020-04-25 12:18:18 -07:00 |
|
Dane Everitt
|
b0fa5abe31
|
Less error spam for things not actually broken
|
2020-04-25 11:49:21 -07:00 |
|
Dane Everitt
|
6395b8b56c
|
Support for .pteroignore files when generating backups
|
2020-04-19 19:52:19 -07:00 |
|
Dane Everitt
|
df6d98bbda
|
Add support for ignoring directories/files; fix compression of archives
|
2020-04-18 23:26:23 -07:00 |
|
Dane Everitt
|
8eaf590f78
|
Include full path to file in callback
|
2020-04-18 18:59:10 -07:00 |
|
Dane Everitt
|
3bca54655b
|
Adjust callback to support continuing or stopping at current depth
|
2020-04-18 18:51:19 -07:00 |
|
Dane Everitt
|
9dcf06d106
|
Merge branch 'develop' of https://github.com/pterodactyl/wings into develop
|
2020-04-18 15:31:37 -07:00 |
|
Dane Everitt
|
71d38ff62e
|
Cleanup logic for getting a directory size; support cancelation during goroutine
|
2020-04-18 15:31:34 -07:00 |
|
Dane Everitt
|
0a815d72a5
|
Merge pull request #28 from pterodactyl/fix/tmp_directory
fixes tmp dir building
|
2020-04-18 12:24:55 -07:00 |
|
Michael Parker
|
a60e261a49
|
fixes tmp dir building
adds a / to the tmp directory
|
2020-04-18 15:23:56 -04:00 |
|
Dane Everitt
|
9e0cacc076
|
Update output when booting
|
2020-04-17 14:32:09 -07:00 |
|
Dane Everitt
|
4279fa510e
|
Cleanup data storage locations for daemon
|
2020-04-17 14:27:06 -07:00 |
|
Dane Everitt
|
4ff7bd2777
|
Abstract out more of the backup functionality
|
2020-04-17 13:46:36 -07:00 |
|
Dane Everitt
|
dbe403ef6e
|
Update websocket permissions
|
2020-04-17 10:21:33 -07:00 |
|
Michael Parker
|
9c5855663c
|
return errors
Actually return errors for stat and mkdir.
|
2020-04-14 22:06:19 -04:00 |
|
Michael (Parker) Parker
|
da093e7cf7
|
Update config/config.go
remove extra logging.
Co-Authored-By: Lance Pioch <git@lance.sh>
|
2020-04-14 13:07:10 -04:00 |
|
Dane Everitt
|
11035b561a
|
Break out the backup functions of the daemon in prep for S3 support
|
2020-04-13 22:01:07 -07:00 |
|
Michael Parker
|
df9c4835c4
|
fix folder adding
Sorry dane I missed that I nested those.
|
2020-04-14 00:03:16 -04:00 |
|
Michael Parker
|
65102966a1
|
add data folder on startup
Instead of making users create the data folder create it for them on startup if it doesn't exist.
|
2020-04-13 18:17:00 -04:00 |
|
Jakob
|
fd9487ea4d
|
switch to go 1.13 and add go mod download again
|
2020-04-13 23:54:56 +02:00 |
|
Dane Everitt
|
7d1ca0a695
|
Merge pull request #25 from pterodactyl/fix/alpine
fixes distro matching
|
2020-04-13 14:50:10 -07:00 |
|
Michael Parker
|
12c97c41b0
|
fixes distro matching
Adds osrelease to get distro name
|
2020-04-13 13:12:49 -04:00 |
|
Dane Everitt
|
2bf293823f
|
Fix state handing logic
|
2020-04-12 17:43:16 -07:00 |
|
Dane Everitt
|
b73f78a832
|
Fix configuration parsing
|
2020-04-12 17:39:19 -07:00 |
|
Dane Everitt
|
5c4064f87a
|
Only allow insecure if configured
|
2020-04-12 17:05:13 -07:00 |
|
Dane Everitt
|
70a647097e
|
Merge branch 'develop' of https://github.com/pterodactyl/wings into develop
|
2020-04-12 17:04:34 -07:00 |
|
Dane Everitt
|
89bda64e47
|
Use API key to get node deployment information
|
2020-04-12 17:04:32 -07:00 |
|
Dane Everitt
|
621c5b3406
|
Merge pull request #22 from pterodactyl/fix/alpine
alpine specific changes
|
2020-04-12 16:00:21 -07:00 |
|
Dane Everitt
|
137b6cddae
|
Better parsing of regex replacements
|
2020-04-12 15:57:07 -07:00 |
|
Michael Parker
|
fd28db4a68
|
alpine specific changes
This resolves issues on alpine where lsb_release doesn't exist.
Also correct the addgroup command
|
2020-04-12 17:07:41 -04:00 |
|
Dane Everitt
|
9de094f078
|
Fix support for configuration files with more complex cases
|
2020-04-12 12:22:37 -07:00 |
|
Dane Everitt
|
a4c9562e42
|
Dump the actual type, not the numeric equivalent
|
2020-04-11 18:35:20 -07:00 |
|